Skip to content

Commit 44a855b

Browse files
authored
Change Node.js version from 20 to 22 in CI workflow
1 parent 48496c6 commit 44a855b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
node-version: [20, 24]
20+
node-version: [22, 24]
2121

2222
steps:
2323
- uses: actions/checkout@v6
@@ -66,7 +66,7 @@ jobs:
6666
name: build
6767
- uses: actions/setup-node@v6
6868
with:
69-
node-version: 20
69+
node-version: 22
7070
registry-url: 'https://registry.npmjs.org'
7171
- name: Update npm to latest (required for OIDC)
7272
run: npm install -g npm@latest
@@ -92,7 +92,7 @@ jobs:
9292
name: build
9393
- uses: actions/setup-node@v6
9494
with:
95-
node-version: 20
95+
node-version: 22
9696
registry-url: 'https://registry.npmjs.org'
9797
- name: Update npm to latest (required for OIDC)
9898
run: npm install -g npm@latest

0 commit comments

Comments
 (0)