Skip to content

Commit

Permalink
chore: set engine-restrict and pnpm in engines
Browse files Browse the repository at this point in the history
  • Loading branch information
shinebayar-g committed Feb 5, 2025
1 parent 4a6e6ab commit 343e03f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
engine-strict=true
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20.18.0"
"node": ">=20.18",
"pnpm": ">=10"
}
}

0 comments on commit 343e03f

Please sign in to comment.