We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 544eb42 + 42c2f22 commit b2abb23Copy full SHA for b2abb23
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Node.js
16
uses: actions/setup-node@v2
17
with:
18
- node-version: '16'
+ node-version: '18'
19
- name: Install dependencies
20
run: npm install
21
- name: Run tests
package.json
@@ -29,5 +29,8 @@
29
"vite": "^6.0.1",
30
"vite-plugin-fable": "^0.0.32",
31
"vitest": "^0.33.0"
32
+ },
33
+ "engines": {
34
+ "node": ">=18"
35
}
36
0 commit comments