Skip to content

Commit

Permalink
Update engine version to the one that allows yarn install to succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Oct 24, 2022
1 parent 9eea2a5 commit 0992db1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"release-it-lerna-changelog": "^2.3.0"
},
"engines": {
"node": "^4.5 || 6.* || >= 7.*"
"node": "^10.* || >= 11.*"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand All @@ -78,5 +78,9 @@
"release": true,
"tokenRef": "GITHUB_AUTH"
}
},
"volta": {
"node": "10.24.1",
"yarn": "1.22.19"
}
}

0 comments on commit 0992db1

Please sign in to comment.