Skip to content

Commit

Permalink
Use Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
dmattia authored Dec 5, 2023
1 parent 4c7b6ff commit c87b0a6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/commands/dependencies/install_yarn_deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
# Install Yarn v2 dependencies
- uses: actions/setup-node@v2
with:
node-version: '14.17.3'
node-version: '20.9.0'
- run: npm install -g "[email protected]"
shell: bash
- uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.17.3
20.9.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@types/mime-types": "^2.1.4",
"@types/node": "^17.0.45",
"@types/node": "^20.9.0",
"@types/tape": "^4.13.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2213,7 +2213,7 @@ __metadata:
"@transcend-io/conflux": ^4.0.3
"@transcend-io/remote-web-streams": 1.0.5
"@types/mime-types": ^2.1.4
"@types/node": ^17.0.45
"@types/node": ^20.9.0
"@types/tape": ^4.13.4
"@typescript-eslint/eslint-plugin": ^6.13.2
"@typescript-eslint/parser": ^6.13.2
Expand Down Expand Up @@ -2389,10 +2389,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^17.0.45":
version: 17.0.45
resolution: "@types/node@npm:17.0.45"
checksum: aa04366b9103b7d6cfd6b2ef64182e0eaa7d4462c3f817618486ea0422984c51fc69fd0d436eae6c9e696ddfdbec9ccaa27a917f7c2e8c75c5d57827fe3d95e8
"@types/node@npm:^20.9.0":
version: 20.10.3
resolution: "@types/node@npm:20.10.3"
dependencies:
undici-types: ~5.26.4
checksum: 34a329494f0ea239af05eeb6f00f396963725b3eb9a2f79c5e6a6d37e823f2ab85e1079c2ee56723a37d8b89e7bbe2bd050c97144e5bb06dab93fd1cace65c97
languageName: node
linkType: hard

Expand Down Expand Up @@ -11454,6 +11456,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: 3192ef6f3fd5df652f2dc1cd782b49d6ff14dc98e5dced492aa8a8c65425227da5da6aafe22523c67f035a272c599bb89cfe803c1db6311e44bed3042fc25487
languageName: node
linkType: hard

"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
version: 2.0.0
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0"
Expand Down

0 comments on commit c87b0a6

Please sign in to comment.