Skip to content

Commit f61207e

Browse files
chore(deps): update dependency node to v20
1 parent 4cd739f commit f61207e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.17.1
1+
20.9.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@commitlint/cli": "^18.2.0",
3737
"@commitlint/config-conventional": "^18.1.0",
3838
"@tsconfig/node18": "^18.2.2",
39-
"@types/node": "^18.17.17",
39+
"@types/node": "^20.8.9",
4040
"@typescript-eslint/eslint-plugin": "^5.62.0",
4141
"@typescript-eslint/parser": "^5.62.0",
4242
"danger": "^11.3.0",
@@ -69,7 +69,7 @@
6969
"winston": "^3.11.0"
7070
},
7171
"engines": {
72-
"node": ">=v18.17.1"
72+
"node": ">=20.9.0"
7373
},
7474
"packageManager": "yarn@3.6.4"
7575
}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ __metadata:
12011201
languageName: node
12021202
linkType: hard
12031203

1204-
"@types/node@npm:*":
1204+
"@types/node@npm:*, @types/node@npm:^20.8.9":
12051205
version: 20.8.9
12061206
resolution: "@types/node@npm:20.8.9"
12071207
dependencies:
@@ -1210,7 +1210,7 @@ __metadata:
12101210
languageName: node
12111211
linkType: hard
12121212

1213-
"@types/node@npm:^18.11.9, @types/node@npm:^18.17.17":
1213+
"@types/node@npm:^18.11.9":
12141214
version: 18.18.7
12151215
resolution: "@types/node@npm:18.18.7"
12161216
dependencies:
@@ -6562,7 +6562,7 @@ __metadata:
65626562
"@commitlint/cli": ^18.2.0
65636563
"@commitlint/config-conventional": ^18.1.0
65646564
"@tsconfig/node18": ^18.2.2
6565-
"@types/node": ^18.17.17
6565+
"@types/node": ^20.8.9
65666566
"@typescript-eslint/eslint-plugin": ^5.62.0
65676567
"@typescript-eslint/parser": ^5.62.0
65686568
danger: ^11.3.0

0 commit comments

Comments
 (0)