Skip to content

Commit

Permalink
fix: lower node engine requirement
Browse files Browse the repository at this point in the history
resolves #662
  • Loading branch information
danielroe committed Aug 1, 2022
1 parent 7c6bb1c commit 3b91919
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"vue": "^2.7.8"
},
"engines": {
"node": ">=v14.20.0"
"node": ">=v14.13.0"
},
"volta": {
"node": "16.16.0"
Expand Down
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"extends": ["@nuxtjs"],
"ignoreDeps": ["testcafe", "docus"]
"ignoreDeps": ["testcafe", "docus"],
"packageRules": [
{
"matchPackageNames": ["node"],
"enabled": false
}
]
}

0 comments on commit 3b91919

Please sign in to comment.