Commit 2c2dad14 authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

build: enforce node/npm versions (#4434)

* build: enforce node/npm versions

* enforce yarn usage
parent d42ed888
engine-strict = true
...@@ -228,5 +228,10 @@ ...@@ -228,5 +228,10 @@
"workbox-precaching": "^6.1.0", "workbox-precaching": "^6.1.0",
"workbox-routing": "^6.1.0", "workbox-routing": "^6.1.0",
"zustand": "^4.0.0-rc.1" "zustand": "^4.0.0-rc.1"
},
"engines": {
"npm": "please-use-yarn",
"node": "14",
"yarn": ">=1.22"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment