Skip to content

Commit

Permalink
feat: support node 20 (#2169)
Browse files Browse the repository at this point in the history
* feat: test 20 and 22

* Remove 22 from test

* Also test TAV

---------

Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
  • Loading branch information
dyladan and pichlermarc authored May 15, 2024
1 parent 54365a9 commit b2b0d40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-all-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["14", "16", "18"]
node: ["14", "16", "18", "20"]
runs-on: ubuntu-latest
services:
mongo:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["14", "16", "18"]
node: ["14", "16", "18", "20"]
include:
- node: 18
code-coverage: true
Expand Down

0 comments on commit b2b0d40

Please # to comment.