Skip to content

Commit

Permalink
Enforce pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Oct 15, 2024
1 parent d8c609d commit 1e36dd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ enable-pre-post-scripts=true
auto-install-peers=true
exclude-links-from-lockfile=true
prefer-workspace-packages=false
link-workspace-packages=false
link-workspace-packages=false
engine-strict=true
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
"changeset": "^0.2.6",
"eslint": "^8.49.0",
"eslint-plugin-unused-imports": "^3.0.0"
},
"engines": {
"pnpm": ">=9.0.0 <10"
}
}
}

0 comments on commit 1e36dd0

Please sign in to comment.