Browse Source

Force node engine to be 14+

pull/700/head
Guillaume Vincent 2 years ago
parent
commit
9f368deb0a
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      sandbox/lesspass-website/package.json

+ 3
- 0
sandbox/lesspass-website/package.json View File

@@ -38,5 +38,8 @@
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"engines": {
"node": ">=14.15.0"
}
}

Loading…
Cancel
Save