There was an error while loading. Please reload this page.
1 parent 14903b6 commit 7a94734Copy full SHA for 7a94734
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Set up nodejs
45
uses: actions/setup-node@v3
46
with:
47
- node-version: 21.2
+ node-version: current
48
49
- name: Install dependencies
50
run: |
app/package.json
@@ -28,7 +28,7 @@
28
"pinia-plugin-persistedstate": "^3.0.2",
29
"reconnecting-websocket": "^4.4.0",
30
"sortablejs": "^1.15.0",
31
- "vite-plugin-build-id": "^0.2.3",
+ "vite-plugin-build-id": "^0.2.4",
32
"vue": "^3.3.9",
33
"vue-github-button": "https://github.com/0xJacky/vue-github-button",
34
"vue-router": "^4.2.5",
0 commit comments