Skip to content

Commit

Permalink
Update to Node 18 to match VS Code 1.82 and later
Browse files Browse the repository at this point in the history
change webpack hash function to sha256 to avoid insecure hash error.

override terser version until webpack 4.48 is released to fix insecure
hash error. webpack/webpack#17659
  • Loading branch information
sciencewhiz committed Oct 26, 2023
1 parent 338e878 commit 67c4ff2
Show file tree
Hide file tree
Showing 7 changed files with 5,712 additions and 6,286 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@v3
with:
node-version: '16.x'
node-version: '18.x'
- uses: actions/setup-java@v3
with:
java-version: 11
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
- uses: actions/setup-java@v3
with:
java-version: 11
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
- uses: actions/setup-java@v3
with:
java-version: 11
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
- uses: actions/setup-java@v3
with:
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This repository contains the WPILib VS Code extension, along with the standalone


## Build Dependencies
* Node JS - Tested with Node 16.
* Node JS - Tested with Node 18.
* Java - Tested with Java 17
* VS Code - For development/debugging.
* TS Lint Extension
Expand Down
Loading

0 comments on commit 67c4ff2

Please sign in to comment.