Skip to content

Commit 31a1262

Browse files
authored
Test with Node.js 24, remove v23 test runs
* Stop testing Node.js 23 Leave allowed in engines for now. * Test with Node.js 24
1 parent a6f42ea commit 31a1262

17 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
node-version: [^18.18, ^20.8, ^22, ^23]
18+
node-version: [^18.18, ^20.8, ^22, ^24]
1919
os: [ubuntu-latest, windows-latest, macos-latest]
2020
steps:
2121
- uses: actions/checkout@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"type": "module",
3838
"engines": {
39-
"node": "^18.18 || ^20.8 || ^22 || >=23"
39+
"node": "^18.18 || ^20.8 || ^22 || ^23 || >=24"
4040
},
4141
"scripts": {
4242
"test": "./scripts/test.sh"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)