Skip to content

Commit

Permalink
Upgrade to Node 20 (#1130)
Browse files Browse the repository at this point in the history
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+).
  • Loading branch information
microbit-matt-hillsdon authored Sep 21, 2023
1 parent 7269d44 commit e83100e
Show file tree
Hide file tree
Showing 4 changed files with 507 additions and 621 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Configure node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: "npm"
registry-url: "https://npm.pkg.github.com"
- run: npm ci
Expand Down
Loading

0 comments on commit e83100e

Please sign in to comment.