Skip to content

Commit 6ec2c9f

Browse files
authored
Run CI tests on Node 22 (#704)
1 parent daad43d commit 6ec2c9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
version: [16, 18, 20]
23+
version: [18, 20, 22]
2424
runs-on: 'ubuntu-latest'
2525
steps:
2626
- name: 'Checkout'
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
version: [16, 18, 20]
43+
version: [18, 20, 22]
4444
runs-on: 'ubuntu-latest'
4545
steps:
4646
- name: 'Checkout'
@@ -64,7 +64,7 @@ jobs:
6464
- name: 'Setup Node.js'
6565
uses: 'actions/setup-node@v4.1.0'
6666
with:
67-
node-version: 20
67+
node-version: 22
6868
cache: 'npm'
6969
- name: 'Install dependencies'
7070
run: 'npm ci'
@@ -86,7 +86,7 @@ jobs:
8686
- name: 'Setup Node.js'
8787
uses: 'actions/setup-node@v4.1.0'
8888
with:
89-
node-version: 20
89+
node-version: 22
9090
cache: 'npm'
9191
- name: 'Install dependencies'
9292
run: 'npm ci'

0 commit comments

Comments
 (0)