Skip to content

Commit 7a94734

Browse files
committed
fix(ci): fix nodejs writeFileSync panic
1 parent 14903b6 commit 7a94734

File tree

3 files changed

+172
-310
lines changed

3 files changed

+172
-310
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set up nodejs
4545
uses: actions/setup-node@v3
4646
with:
47-
node-version: 21.2
47+
node-version: current
4848

4949
- name: Install dependencies
5050
run: |

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"pinia-plugin-persistedstate": "^3.0.2",
2929
"reconnecting-websocket": "^4.4.0",
3030
"sortablejs": "^1.15.0",
31-
"vite-plugin-build-id": "^0.2.3",
31+
"vite-plugin-build-id": "^0.2.4",
3232
"vue": "^3.3.9",
3333
"vue-github-button": "https://github.com/0xJacky/vue-github-button",
3434
"vue-router": "^4.2.5",

0 commit comments

Comments
 (0)