Skip to content

Commit

Permalink
Set min pnpm and node versions in package engines
Browse files Browse the repository at this point in the history
  • Loading branch information
m-abboud committed Nov 5, 2024
1 parent 3f5c3d0 commit c7edaa4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"repository": "https://github.com/fern-api/fern",
"author": "Birch Solutions, Inc.",
"private": true,
"engines": {
"npm": "please-use-pnpm",
"pnpm": ">= 9.0.0",
"node": ">=18.0.0"
},
"scripts": {
"clean": "pnpm -r clean",
"compile": "pnpm -r --no-bail compile",
Expand Down

0 comments on commit c7edaa4

Please sign in to comment.