Skip to content

Commit 0dab8b3

Browse files
committed
chore(ci): 🐞 test node 18
1 parent d9a196d commit 0dab8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: 'npm'
2222
- run: npm ci
2323
- run: npm test
24-
continue-on-error: ${{ matrix.node-version == '18' }}
24+
continue-on-error: ${{ matrix.node-version == '20' }}
2525
release:
2626
name: Release
2727
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)