Skip to content

Commit

Permalink
chore(deps): update dependency node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2023
1 parent 4cd739f commit f61207e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
20.9.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.17.17",
"@types/node": "^20.8.9",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"danger": "^11.3.0",
Expand Down Expand Up @@ -69,7 +69,7 @@
"winston": "^3.11.0"
},
"engines": {
"node": ">=v18.17.1"
"node": ">=20.9.0"
},
"packageManager": "[email protected]"
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*":
"@types/node@npm:*, @types/node@npm:^20.8.9":
version: 20.8.9
resolution: "@types/node@npm:20.8.9"
dependencies:
Expand All @@ -1210,7 +1210,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.11.9, @types/node@npm:^18.17.17":
"@types/node@npm:^18.11.9":
version: 18.18.7
resolution: "@types/node@npm:18.18.7"
dependencies:
Expand Down Expand Up @@ -6562,7 +6562,7 @@ __metadata:
"@commitlint/cli": ^18.2.0
"@commitlint/config-conventional": ^18.1.0
"@tsconfig/node18": ^18.2.2
"@types/node": ^18.17.17
"@types/node": ^20.8.9
"@typescript-eslint/eslint-plugin": ^5.62.0
"@typescript-eslint/parser": ^5.62.0
danger: ^11.3.0
Expand Down

0 comments on commit f61207e

Please sign in to comment.