ci: update node version to 22

This commit is contained in:
zs-ko
2025-02-20 14:11:05 +00:00
parent 368688b559
commit fc08583c54
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 20 ]
node: [ 22 ]
name: Node ${{ matrix.node }} PR
steps:

View File

@@ -39,7 +39,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22
cache: 'pnpm'
- name: Set up QEMU