Skip to content

Commit ff790f8

Browse files
committed
Add Node 22 to test matrix
1 parent 96aed63 commit ff790f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
test:
2626
strategy:
2727
matrix:
28-
node-version: [18, 20]
28+
node-version: [18, 20, 22]
2929
os: [ubuntu-20.04, macos-11, macos-m1, windows-2019]
3030

3131
name: Test for node-${{ matrix.node-version }} on ${{ matrix.os }}
@@ -52,7 +52,7 @@ jobs:
5252
test-alpine:
5353
strategy:
5454
matrix:
55-
node-version: [18, 20]
55+
node-version: [18, 20, 22]
5656

5757
name: Test for node-${{ matrix.node-version }} on Alpine Linux
5858
runs-on: ubuntu-latest
@@ -78,7 +78,7 @@ jobs:
7878
test-freebsd:
7979
strategy:
8080
matrix:
81-
node-version: [18, 20]
81+
node-version: [18, 20, 22]
8282

8383
name: Test for node-${{ matrix.node-version }} on FreeBSD
8484
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)