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 24, 2023
1 parent 256dff6 commit f43b228
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.8.1
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.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.17.17",
"@types/node": "^20.8.7",
"@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.8.1"
},
"packageManager": "[email protected]"
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*":
"@types/node@npm:*, @types/node@npm:^20.8.7":
version: 20.8.7
resolution: "@types/node@npm:20.8.7"
dependencies:
Expand All @@ -1253,7 +1253,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.6
resolution: "@types/node@npm:18.18.6"
checksum: a847639b8455fd3dfa6dbc2917274c82c9db789f1d41aaf69f94ac6c9e54c3c1dd29be6e1e1ccd7c17e54db3d78d7011bc4e70544c6447ceca253dccc0a187e1
Expand Down Expand Up @@ -6670,7 +6670,7 @@ __metadata:
"@commitlint/cli": ^18.0.0
"@commitlint/config-conventional": ^18.0.0
"@tsconfig/node18": ^18.2.2
"@types/node": ^18.17.17
"@types/node": ^20.8.7
"@typescript-eslint/eslint-plugin": ^5.62.0
"@typescript-eslint/parser": ^5.62.0
danger: ^11.3.0
Expand Down

0 comments on commit f43b228

Please sign in to comment.