build: enforce node/npm versions (#4434)
* build: enforce node/npm versions * enforce yarn usage
Showing
.npmrc
0 → 100644
... | ... | @@ -228,5 +228,10 @@ |
"workbox-precaching": "^6.1.0", | ||
"workbox-routing": "^6.1.0", | ||
"zustand": "^4.0.0-rc.1" | ||
}, | ||
"engines": { | ||
"npm": "please-use-yarn", | ||
"node": "14", | ||
"yarn": ">=1.22" | ||
} | ||
} |
Please register or sign in to comment