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
@@ -6,7 +6,7 @@
"private": true,
"license": "Apache-2.0",
"engines": {
"node": "12"
"node": "12 || 14"
},
"scripts": {
"build": "backstage-cli backend:build",