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.
1 parent 6163902 commit b1ca69dCopy full SHA for b1ca69d
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
- uses: actions/setup-node@v4
15
with:
16
- node-version: 18
+ node-version: 20
17
- name: Build npm package
18
run: |
19
npm ci
package.json
@@ -24,7 +24,7 @@
24
"vite": "^6.3.0"
25
},
26
"engines": {
27
- "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
+ "node": "^20.0.0 || >=22.0.0"
28
29
"scripts": {}
30
}
0 commit comments