Skip to content

Commit a408471

Browse files
feat: upgrade to Node v22 (LTS); drop v18, v20 (#497)
1 parent 450c61c commit a408471

File tree

3 files changed

+2400
-5467
lines changed

3 files changed

+2400
-5467
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest, macos-latest, windows-latest]
12-
node-version: [18.x, 20.x, 22.x]
12+
node-version: [22.x, 23.x, 24.x]
1313

1414
name: Node ${{ matrix.node-version }} - ${{ matrix.os }}
1515

0 commit comments

Comments
 (0)