Skip to content

Commit

Permalink
Add volta config
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed May 21, 2021
1 parent d046165 commit 7a8d9a3
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 @@ -67,7 +67,7 @@
"release-it-lerna-changelog": "^2.3.0"
},
"engines": {
"node": "8.* || >= 10.*"
"node": "12.* || >= 14.*"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand All @@ -93,5 +93,9 @@
"release": true,
"tokenRef": "GITHUB_AUTH"
}
},
"volta": {
"node": "12.22.1",
"yarn": "1.22.10"
}
}

0 comments on commit 7a8d9a3

Please sign in to comment.