Add node ^16 to package.json
continuous-integration/drone/push Build is passing Details

So that renovate uses npm v7 and not npm v6. Node 14 comes with npm v6,
but node 16 comes with npm v7.
This commit is contained in:
Aditya Thakral 2021-08-13 19:12:42 -04:00
parent 34f851dea0
commit 4d132ffefd
1 changed files with 1 additions and 1 deletions

View File

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