Skip to content

Commit

Permalink
Merge branch 'main' into dluna/update-tedious-support
Browse files Browse the repository at this point in the history
  • Loading branch information
david-luna authored May 14, 2024
2 parents 944e727 + 5767ab0 commit 68c51ed
Show file tree
Hide file tree
Showing 3 changed files with 377 additions and 937 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.18.2"]
node: ["14", "16", "18"]
runs-on: ubuntu-latest
services:
mongo:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["14", "16", "18.18.2"]
node: ["14", "16", "18"]
include:
- node: 18.18.2
- node: 18
code-coverage: true
runs-on: ubuntu-latest
services:
Expand Down
Loading

0 comments on commit 68c51ed

Please sign in to comment.