package: allow node v14 and add to master build matrix

This commit is contained in:
Patrik Oldsberg
2020-09-28 09:59:05 +02:00
parent 17c30eaf3e
commit dad7b96194
10 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "root",
"private": true,
"engines": {
"node": "12"
"node": "12 || 14"
},
"scripts": {
"dev": "concurrently \"yarn start\" \"yarn start-backend\"",