Skip to content

Commit ee28d22

Browse files
committed
chore: prepare for upcoming node lts 24
1 parent 88c8081 commit ee28d22

File tree

4 files changed

+142
-142
lines changed

4 files changed

+142
-142
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Test - ${{ matrix.platform }} - Node v${{ matrix.node-version }}
1717
strategy:
1818
matrix:
19-
node-version: [18.x, 20.x, 22.x]
19+
node-version: [18.x, 20.x, 22.x, 24.x]
2020
platform: [ ubuntu-latest, windows-latest ]
2121
runs-on: ${{ matrix.platform }}
2222
steps:

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.17.1
1+
24.6.0

0 commit comments

Comments
 (0)