Skip to content

Commit

Permalink
config(node): versions support (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksol authored Jun 18, 2024
1 parent e0c0a79 commit 57395aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* chore: bump dependencies
* chore: linter violations following update
* versions: dropping node 14, no longer maintained. Adds 20.x to test matrix
* versions: dropping node 14 and 16, no longer maintained. Adds 20.x and 22.x to test matrix
* tooling: switch from yarn to npm

## 0.8.2
Expand Down

0 comments on commit 57395aa

Please sign in to comment.