Skip to content

Commit

Permalink
Bump base node version to 16.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <[email protected]>
  • Loading branch information
bdehamer committed Aug 15, 2023
1 parent 500aafa commit 1ae3154
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
node-version:
- 16.13.0
- 16.14.0
- 16.x
- 18.0.0
- 18.x
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
},
"workspaces": ["./packages/*"],
"engines": {
"node": "^16.13.0 || >=18.0.0"
"node": "^16.14.0 || >=18.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/canonical-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"test": "jest"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^16.14.0 || >=18.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"make-fetch-happen": "^12.0.0"
},
"engines": {
"node": "^16.13.0 || >=18.0.0"
"node": "^16.14.0 || >=18.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"minimatch": "^9.0.0"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^16.14.0 || >=18.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/repo-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"nock": "^13.3.2"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^16.14.0 || >=18.0.0"
}
}

0 comments on commit 1ae3154

Please sign in to comment.