Merge pull request #369 from spotify/freben/engine

Require node 12
This commit is contained in:
Fredrik Adelöw
2020-03-23 14:53:56 +01:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
registry=https://registry.npmjs.org/
engine-strict=true
+3
View File
@@ -1,6 +1,9 @@
{
"name": "root",
"private": true,
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"start": "yarn build && yarn workspace @spotify-backstage/app start",
"build": "lerna run build",