Skip to content

Commit

Permalink
Add node 21 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rejas committed Oct 23, 2023
1 parent 80aa1e8 commit b1167cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 21.x]
steps:
- name: "Checkout code"
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ _This release is scheduled to be released on 2024-01-01._

### Added

- Added node 21 to the test matrix

### Removed

- Removed Codecov workflow (not working anymore, other workflow required) (#3107)
Expand Down

0 comments on commit b1167cb

Please sign in to comment.