Skip to content

Commit

Permalink
chore: drop node 19 (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored May 13, 2023
1 parent 992d5a2 commit 54238a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14.x, 16.x, 18.x, 19.x]
node-version: [14.x, 16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macOS-latest]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project adheres to [Semantic Versioning](http://semver.org/).

### Breaking

- drop support for Node.js versions 10, 12 and 17
- drop support for Node.js versions 10, 12, 17 and 19

### Changed

Expand Down

0 comments on commit 54238a1

Please sign in to comment.