We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e969f commit f92b842Copy full SHA for f92b842
.github/workflows/ci.yml
@@ -7,6 +7,7 @@ on:
7
jobs:
8
test:
9
strategy:
10
+ fail-fast: false
11
matrix:
12
node-version: [8.3.0, 8, 10, 12, 14, 16, 18, 20, 22]
13
os: [ ubuntu-latest, macos-latest, windows-latest ]
0 commit comments