Add node ^16 to package.json

So that renovate uses npm v7 and not npm v6. Node 14 comes with npm v6,
but node 16 comes with npm v7.
pull/150/head
Aditya Thakral 2 years ago
parent 34f851dea0
commit 4d132ffefd
  1. 2
      package.json

@ -2,7 +2,7 @@
"version": "0.1.0",
"private": true,
"engines": {
"node": ">14",
"node": "^16",
"npm": "^7"
},
"scripts": {

Loading…
Cancel
Save