ci(node): update the Node.js version

This commit is contained in:
dragonish 2025-11-30 22:10:45 +08:00
parent 8e68278457
commit d329b8abf3
No known key found for this signature in database
GPG key ID: 6F42FA9E807A5177
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: 'pnpm'
- name: Build package
run: |

View file

@ -21,7 +21,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: 'pnpm'
- name: Build package
run: |