Skip to content

Commit 17aa26a

Browse files
authored
Update .github/workflows/ci.yml
1 parent 1f52cc9 commit 17aa26a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [22, 20, 18, 16, 14, 12, 10, 8, 6]
13-
fail-fast: false
12+
node-version: [22, 20, 18, 16, 14, 12, 10, 8]
1413
name: Run tests on Node.js ${{ matrix.node-version }}
1514
steps:
1615
- name: Setup Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)