Skip to content

Commit

Permalink
chore: loosen node and pnpm engine settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiefORZ committed Aug 1, 2023
1 parent 8849166 commit 36916e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
v18.17.0
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"ts-node-dev": "^2.0.0"
},
"engines": {
"node": ">=v18.17.0",
"pnpm": ">=8.6.11"
"node": ">=18.17",
"pnpm": ">=8.6"
},
"publishConfig": {
"access": "public",
Expand All @@ -81,4 +81,4 @@
"eslintConfig": {
"extends": "@chieforz/eslint-config-tslint-base"
}
}
}

0 comments on commit 36916e6

Please sign in to comment.