Skip to content

Commit

Permalink
feat!: bump node engine requirement >=16.13.0 (apache#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored and liyamahendra committed Mar 9, 2023
1 parent 1ed2bbd commit ae141d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -47,7 +47,7 @@
"rewire": "^6.0.0"
},
"engines": {
"node": ">=14.0.0"
"node": ">=16.13.0"
},
"nyc": {
"include": [
Expand Down

0 comments on commit ae141d9

Please sign in to comment.