This reverts commit
0b16bd50bffb637dfd8b41258fbefee673a0913e.
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.
+++ /dev/null
-engine-strict=true
-node-version=14.16.0
"*.{js,ts,vue,json}": [
"prettier --write"
]
- },
- "pnpm": {
- "packageExtensions": {
- "zx": {
- "engines": {
- "node": ">= 14.16.0"
- }
- }
- }
}
}
lockfileVersion: 5.4
-packageExtensionsChecksum: 210dc6f38ad5e77519dd55e799036854
-
importers:
.: