Skip to content

Commit dde1511

Browse files
authored
Merge pull request #397 from MikeMcC399/update/ci-node
ci: drop node 23, add node 24
2 parents 1e5a3a1 + 8fcb2c9 commit dde1511

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
strategy:
9+
fail-fast: false
910
matrix:
10-
node: [20, 22, 23]
11+
node: [20, 22, 24]
1112
name: Node ${{ matrix.node }}
1213
steps:
1314
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)