Skip to content

Commit

Permalink
BREAKING CHANGE: drop support for Node < 16
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokaiser committed Jul 20, 2023
1 parent 56f6a8f commit f090426
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '12', '14', '16']
node: [ '16', '18', '20']
steps:
- uses: actions/checkout@v2
- name: Setup node ${{ matrix.node }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.0 (2023-07-20)

- BREAKING CHANGE: drop support for Node < 16

## 2.0.0 (2022-12-29)

- BREAKING CHANGE: drop support for Node < 12
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"*.js": "eslint"
},
"engines": {
"node": ">=12"
"node": ">=16"
}
}

0 comments on commit f090426

Please sign in to comment.