Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 7a7c4cf

Browse files
committed
Adds Node 24 to CI
1 parent 92d55c2 commit 7a7c4cf

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
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
11-
node: ["18", "20", "22"]
11+
node: ["18", "20", "22", "24"]
1212
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
1313
steps:
1414
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)