Skip to content

Commit 6c01681

Browse files
dzhavatmimse
andauthored
chore: upgrade Node.js to v20 (#2435)
Co-authored-by: Morten Vestergaard Hansen <[email protected]>
1 parent 001f2cd commit 6c01681

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.18.2
1+
20.11.0

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"//engines-comment": "Keep this in sync with '.nvmrc', and 'volta' config at the bottom of this file.",
77
"engines": {
8-
"node": "18.18.2",
8+
"node": "20.11.0",
99
"npm": "Please use Yarn instead of npm to install dependencies.",
1010
"yarn": "4.0.2"
1111
},
@@ -166,7 +166,7 @@
166166
"@types/inquirer": "9.0.3",
167167
"@types/jest": "29.4.4",
168168
"@types/jest-dev-server": "5.0.0",
169-
"@types/node": "18.16.9",
169+
"@types/node": "20.11.0",
170170
"@types/vimeo__player": "2.16.3",
171171
"@typescript-eslint/eslint-plugin": "6.9.1",
172172
"@typescript-eslint/parser": "6.9.1",
@@ -205,7 +205,7 @@
205205
},
206206
"volta": {
207207
"//node-comment": "Keep this in sync with 'engines' config at the top of the current file",
208-
"node": "18.18.2",
208+
"node": "20.11.0",
209209
"//yarn-comment": "Keep this in sync with GitHub actions pipelines",
210210
"yarn": "4.0.2"
211211
},

yarn.lock

+7-5
Original file line numberDiff line numberDiff line change
@@ -13274,10 +13274,12 @@ __metadata:
1327413274
languageName: node
1327513275
linkType: hard
1327613276

13277-
"@types/node@npm:18.16.9":
13278-
version: 18.16.9
13279-
resolution: "@types/node@npm:18.16.9"
13280-
checksum: bb3e7192d868297cf0fe89fdc52dfcb3934b5ac398ee09d6b0f8762605e8f71aa344fde91234eea9c7d1500dc895fe60743d972b1605dde4b064edeb8e2f0592
13277+
"@types/node@npm:20.11.0":
13278+
version: 20.11.0
13279+
resolution: "@types/node@npm:20.11.0"
13280+
dependencies:
13281+
undici-types: "npm:~5.26.4"
13282+
checksum: 560aa850dfccb83326f9cba125459f6c3fb0c71ec78f22c61e4d248f1df78bd25fd6792cef573dfbdc49c882f8e38bb1a82ca87e0e28ff2513629c704c2b02af
1328113283
languageName: node
1328213284
linkType: hard
1328313285

@@ -19924,7 +19926,7 @@ __metadata:
1992419926
"@types/inquirer": "npm:9.0.3"
1992519927
"@types/jest": "npm:29.4.4"
1992619928
"@types/jest-dev-server": "npm:5.0.0"
19927-
"@types/node": "npm:18.16.9"
19929+
"@types/node": "npm:20.11.0"
1992819930
"@types/vimeo__player": "npm:2.16.3"
1992919931
"@typescript-eslint/eslint-plugin": "npm:6.9.1"
1993019932
"@typescript-eslint/parser": "npm:6.9.1"

0 commit comments

Comments
 (0)