Skip to content

Commit e83100e

Browse files
Upgrade to Node 20 (#1130)
Drop webusb dep that's only used for some test we largely didn't complete. Replace the working test with a mock as its use of the webusb dep wasn't meaningful. Bump to working source-map-explorer (has dep fixes for Node 18+).
1 parent 7269d44 commit e83100e

File tree

4 files changed

+507
-621
lines changed

4 files changed

+507
-621
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Configure node
3131
uses: actions/setup-node@v3
3232
with:
33-
node-version: 16.x
33+
node-version: 20.x
3434
cache: "npm"
3535
registry-url: "https://npm.pkg.github.com"
3636
- run: npm ci

0 commit comments

Comments
 (0)