Skip to content

Commit 98d8430

Browse files
committed
chore: revert "chore: add minimum Node version to .npmrc to avoid accidental breakage"
This reverts commit 0b16bd5. Seems `packageExtensions` cannot be used to patch `engines` field reliably (it works on the first install, but would fail on a subsequent `pnpm i`) Anyway, we have Node.js 14 environment in the CI, so it's not a must-have.
1 parent 59ab183 commit 98d8430

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,5 @@
5252
"*.{js,ts,vue,json}": [
5353
"prettier --write"
5454
]
55-
},
56-
"pnpm": {
57-
"packageExtensions": {
58-
"zx": {
59-
"engines": {
60-
"node": ">= 14.16.0"
61-
}
62-
}
63-
}
6455
}
6556
}

pnpm-lock.yaml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)