Skip to content

Commit 9906eca

Browse files
committed
chore: update supported Node.js versions
- Remove 18.x and 23.x - Add 24.x
1 parent 3c20970 commit 9906eca

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test-module.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ jobs:
3636
- ubuntu-latest
3737
- windows-latest
3838
node-version:
39-
- 18.x
4039
- 20.x
4140
- 22.x
42-
- 23.x
41+
- 24.x
4342

4443
runs-on: ${{ matrix.os }}
4544

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@
8989
"allow-incomplete-coverage": true
9090
},
9191
"engines": {
92-
"node": "18.x || 20.x || 22.x || 23.x"
92+
"node": "20.x || 22.x || 24.x"
9393
}
9494
}

0 commit comments

Comments
 (0)