Skip to content

Commit

Permalink
Fix GH action build (#94)
Browse files Browse the repository at this point in the history
* Update `@vscode/test-web` to latest 0.0.62 to fix the web test handing issue.
* Ran `npm update` to fix EACCES Electron issue for macOS when running `npm run test`.
* Use node LTS version for gh action
  • Loading branch information
stevenguh authored Oct 20, 2024
1 parent 15c5aa2 commit 2d7b492
Show file tree
Hide file tree
Showing 4 changed files with 2,018 additions and 6,322 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up node.js
uses: actions/setup-node@v2
with:
node-version: 14
node-version: "lts/*"

- name: Install dependencies
uses: bahmutov/npm-install@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up node.js
uses: actions/setup-node@v2
with:
node-version: 14
node-version: "lts/*"

- name: Install dependencies
uses: bahmutov/npm-install@v1
Expand Down
Loading

0 comments on commit 2d7b492

Please sign in to comment.