Skip to content

Commit 25ff39b

Browse files
committed
Adds Node 24 to CI
1 parent ebbb1b3 commit 25ff39b

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
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
10-
node: ["18", "20", "22"]
10+
node: ["18", "20", "22", "24"]
1111
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
1212
steps:
1313
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7

0 commit comments

Comments
 (0)