Skip to content

Commit

Permalink
Update utility electron and node to match vs code (#722)
Browse files Browse the repository at this point in the history
Fixes crash on macOS
Update other dependencies per npm audit
  • Loading branch information
sciencewhiz authored Nov 18, 2024
1 parent 2ed8f5e commit dc94b5d
Show file tree
Hide file tree
Showing 3 changed files with 730 additions and 511 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
- uses: actions/setup-java@v4
with:
java-version: 17
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
- uses: actions/setup-java@v4
with:
java-version: 17
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
- uses: actions/setup-java@v4
with:
java-version: 17
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
- uses: actions/setup-java@v4
with:
java-version: 17
Expand Down
Loading

0 comments on commit dc94b5d

Please sign in to comment.