This is an automated email from the ASF dual-hosted git repository.

visoar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bifromq-sites.git


The following commit(s) were added to refs/heads/master by this push:
     new a48123e8 fix: Trying to fix low node versions
a48123e8 is described below

commit a48123e8e3644c20eb8a164dc29d0d7ebc713acd
Author: Visoar <[email protected]>
AuthorDate: Sat Nov 8 11:51:08 2025 +0800

    fix: Trying to fix low node versions
---
 .github/workflows/deploy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index ce5f52a9..bd05621a 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
       - uses: actions/checkout@v4
       - uses: actions/setup-node@v4
         with:
-          node-version: 18.x
+          node-version: 20.x
       - uses: pnpm/action-setup@v2
         with:
           version: 8

Reply via email to