Skip to content

Commit 4e3cc91

Browse files
authored
Update to Node 18 to match VS Code 1.82 and later (#632)
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.
1 parent 338e878 commit 4e3cc91

File tree

7 files changed

+5712
-6286
lines changed

7 files changed

+5712
-6286
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fetch-depth: 0
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: '16.x'
15+
node-version: '18.x'
1616
- uses: actions/setup-java@v3
1717
with:
1818
java-version: 11
@@ -74,7 +74,7 @@ jobs:
7474
fetch-depth: 0
7575
- uses: actions/setup-node@v3
7676
with:
77-
node-version: '16.x'
77+
node-version: '18.x'
7878
- uses: actions/setup-java@v3
7979
with:
8080
java-version: 11
@@ -105,7 +105,7 @@ jobs:
105105
fetch-depth: 0
106106
- uses: actions/setup-node@v3
107107
with:
108-
node-version: '16.x'
108+
node-version: '18.x'
109109
- uses: actions/setup-java@v3
110110
with:
111111
java-version: 11
@@ -136,7 +136,7 @@ jobs:
136136
fetch-depth: 0
137137
- uses: actions/setup-node@v3
138138
with:
139-
node-version: '16.x'
139+
node-version: '18.x'
140140
- uses: actions/setup-java@v3
141141
with:
142142
java-version: 11

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository contains the WPILib VS Code extension, along with the standalone
66

77

88
## Build Dependencies
9-
* Node JS - Tested with Node 16.
9+
* Node JS - Tested with Node 18.
1010
* Java - Tested with Java 17
1111
* VS Code - For development/debugging.
1212
* TS Lint Extension

0 commit comments

Comments
 (0)