Skip to content

Commit 28ec1c2

Browse files
chore: configure pnpm to use the version specified in package.json engines field (#7968)
1 parent 76156a4 commit 28ec1c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.npmrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
git-checks=false
2+
# Ref: https://pnpm.io/npmrc#manage-package-manager-versions
3+
# When enabled, pnpm will automatically download and run the version of pnpm
4+
# specified in the packageManager field of package.json.
5+
manage-package-manager-versions = true

0 commit comments

Comments
 (0)