There was an error while loading. Please reload this page.
1 parent 92cc8ef commit 90bb5d3Copy full SHA for 90bb5d3
1 file changed
.github/workflows/buildandtest.yml
@@ -14,8 +14,9 @@ jobs:
14
build-and-test:
15
runs-on: ubuntu-24.04
16
strategy:
17
+ fail-fast: false
18
matrix:
- node-version: [24.x, 22.x, 20.x]
19
+ node-version: [24.x, 22.x]
20
steps:
21
- uses: actions/checkout@v4
22
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments