Skip to content

Commit f06f7b0

Browse files
committed
Add Node 24 to test matrix
1 parent dfce548 commit f06f7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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)