Skip to content

Commit

Permalink
chore: update otel and unpin node 18 in tests (#2180)
Browse files Browse the repository at this point in the history
* chore: sync package-lock.json to use latest otel core/experimental packages

* ci: remove test workaround
  • Loading branch information
pichlermarc committed May 13, 2024
1 parent c1c3650 commit 5767ab0
Show file tree
Hide file tree
Showing 3 changed files with 379 additions and 940 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-all-versions.yml
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
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

0 comments on commit 5767ab0

Please sign in to comment.