Skip to content

Commit

Permalink
fix(node version): update all packages to use 14.x for node
Browse files Browse the repository at this point in the history
  • Loading branch information
Monica Wheeler committed Oct 25, 2021
1 parent 517e1df commit 5d01915
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/sage-packs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"files": [
"lib"
],
"engines": {
"node": "14.x",
"npm": "6.x",
"yarn": "1.x"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/sage-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
"lib/*",
"dist/*"
],
"engines": {
"node": "14.x",
"npm": "6.x",
"yarn": "1.x"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/sage-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"lib/*",
"dist/*"
],
"engines": {
"node": "14.x",
"npm": "6.x",
"yarn": "1.x"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
Expand Down

0 comments on commit 5d01915

Please sign in to comment.