Add node ^16 to package.json (#150)
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.

Reviewed-on: #150
Co-authored-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca>
Co-committed-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca>
This commit is contained in:
Aditya Thakral 2021-08-13 19:20:08 -04:00
parent 34f851dea0
commit cca37b7e77
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": {