We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd228d commit c90be19Copy full SHA for c90be19
2 files changed
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
runs-on: ubuntu-latest
41
strategy:
42
matrix:
43
- node-version: ['18', '20', '22']
+ node-version: ['20', '22', '24']
44
steps:
45
- name: Checkout code
46
uses: actions/checkout@v4
package.json
@@ -79,7 +79,7 @@
79
"vite": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
80
},
81
"engines": {
82
- "node": ">=18.0.0"
+ "node": ">=20.0.0"
83
84
"lint-staged": {
85
"*.ts": [
0 commit comments