Skip to content

Commit

Permalink
Also update .nvmrc / engines and node types.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Feb 18, 2024
1 parent 4dec4af commit 21ebbd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
20
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "git+https://github.com/gabrielfalcao/pyenv-action.git"
},
"engines": {
"node": "^18"
"node": "^20"
},
"keywords": [
"github",
Expand All @@ -41,7 +41,7 @@
},
"devDependencies": {
"@types/jest": "29.5.8",
"@types/node": "18.11.9",
"@types/node": "20.11.19",
"@types/semver": "7.5.5",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down

0 comments on commit 21ebbd4

Please sign in to comment.