Skip to content

Commit 4534609

Browse files
authored
We should probably start testing Node 22 (#262)
1 parent aefaae7 commit 4534609

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
needs: build
5757
strategy:
5858
matrix:
59-
node: [18, 20]
59+
node: [18, 20, 22]
6060
fail-fast: false
6161
name: Test Node ${{ matrix.node }}
6262
steps:
@@ -94,6 +94,7 @@ jobs:
9494
run: rsync -a artifact/ packages
9595
- name: Test
9696
run: npm run test
97+
continue-on-error: ${{ matrix.node == 22 }}
9798

9899
lint:
99100
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)