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
@@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"engines": {
"node": "12"
"node": "12 || 14"
},
"scripts": {
"start": "yarn workspace app start",
@@ -5,7 +5,7 @@
"types": "src/index.ts",
"private": true,
"engines": {
"node": "12"
"node": "12 || 14"
},
"scripts": {
"build": "backstage-cli backend:build",