Skip to content

Commit 72163b7

Browse files
committed
Re-adds Node 16, adds Node 24 to CI
1 parent 9dd1903 commit 72163b7

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: ["16", "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)