Updated CI config.

This commit is contained in:
Patrick Fic
2022-05-13 16:39:47 -07:00
parent 90600cdff4
commit cdb8e48f0d
3 changed files with 12294 additions and 4452 deletions

View File

@@ -3,8 +3,8 @@
"version": "0.0.1",
"license": "UNLICENSED",
"engines": {
"node": "16.15.0",
"npm": "7.17.0"
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"scripts": {
"setup": "yarn && cd client && yarn",