Skip to content

Commit c90be19

Browse files
committed
ci: update Node.js versions in CI matrix and engine requirement
- Update CI matrix to test against Node.js 20, 22, and 24. - Adjust `package.json` engine requirement to Node.js >=20.0.0.
1 parent bdd228d commit c90be19

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
strategy:
4242
matrix:
43-
node-version: ['18', '20', '22']
43+
node-version: ['20', '22', '24']
4444
steps:
4545
- name: Checkout code
4646
uses: actions/checkout@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"vite": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
8080
},
8181
"engines": {
82-
"node": ">=18.0.0"
82+
"node": ">=20.0.0"
8383
},
8484
"lint-staged": {
8585
"*.ts": [

0 commit comments

Comments
 (0)