We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbab773 commit baed4d6Copy full SHA for baed4d6
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
cancel-in-progress: false
20
strategy:
21
matrix:
22
- node: ["18"]
+ node: ["20"]
23
max-parallel: 1
24
name: node.js_${{ matrix.node }}_test
25
steps:
0 commit comments