Skip to content

Commit

Permalink
Set minimum Node version to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jul 22, 2021
1 parent 3573a91 commit bcb34ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
matrix:
os: [ubuntu-latest]
node-version:
- 12.x
- 14.x
- 16.x
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages/*"
],
"engines": {
"node": ">=8.0"
"node": ">=14.0"
},
"jest": {
"transform": {
Expand Down
3 changes: 3 additions & 0 deletions packages/jbr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,8 @@
"ora": "^5.4.0",
"winston": "^3.3.3",
"yargs": "^17.0.0"
},
"engines": {
"node": ">=14.0"
}
}

0 comments on commit bcb34ee

Please sign in to comment.