We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ab6af commit 8f09d2dCopy full SHA for 8f09d2d
1 file changed
.github/workflows/nodejs.yml
@@ -65,6 +65,7 @@ jobs:
65
name: Test - ${{ matrix.os }} - Node v${{ matrix.node-version }}, Webpack ${{ matrix.webpack-version }}
66
67
strategy:
68
+ fail-fast: false
69
matrix:
70
os: [ubuntu-latest, windows-latest, macos-latest]
71
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 24.x]
0 commit comments