Skip to content

Commit 1c77f60

Browse files
Add Node 24 to test matrix (#1349)
technically this replaces v23 with v24 but odd numbered node releases don't ever become LTS
1 parent dfce548 commit 1c77f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
node: [18, 20, 22, 23]
12+
node: [18, 20, 22, 24]
1313
os: [ubuntu-latest, macos-latest, windows-latest]
1414

1515
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)