Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency node to v20
Browse files Browse the repository at this point in the history
renovate[bot] authored Aug 28, 2024
1 parent 2f49ca7 commit ecac0db
Showing 3 changed files with 20 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
20
23 changes: 17 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
"url": "git+https://github.com/gabrielfalcao/pyenv-action.git"
},
"engines": {
"node": "^18"
"node": "^20.0.0"
},
"keywords": [
"github",
@@ -41,7 +41,7 @@
},
"devDependencies": {
"@types/jest": "29.5.8",
"@types/node": "18.11.9",
"@types/node": "20.16.2",
"@types/semver": "7.5.5",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",

0 comments on commit ecac0db

Please sign in to comment.