Skip to content

Commit

Permalink
fix(ci): fix nodejs writeFileSync panic
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Dec 1, 2023
1 parent 14903b6 commit 7a94734
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 310 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Set up nodejs
uses: actions/setup-node@v3
with:
node-version: 21.2
node-version: current

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"pinia-plugin-persistedstate": "^3.0.2",
"reconnecting-websocket": "^4.4.0",
"sortablejs": "^1.15.0",
"vite-plugin-build-id": "^0.2.3",
"vite-plugin-build-id": "^0.2.4",
"vue": "^3.3.9",
"vue-github-button": "https://github.com/0xJacky/vue-github-button",
"vue-router": "^4.2.5",
Expand Down
Loading

0 comments on commit 7a94734

Please # to comment.