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 7d64717 commit bdfb80aCopy full SHA for bdfb80a
.github/workflows/vite.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Set up Node
34
uses: actions/setup-node@v4
35
with:
36
- node-version: 18
+ node-version: 20
37
cache: 'npm'
38
- name: Install dependencies
39
run: npm ci
package.json
@@ -40,4 +40,4 @@
40
"vite": "^4.2.0",
41
"vite-plugin-vuetify": "^1.0.0"
42
}
43
-}
+}
0 commit comments