Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Merge branch 'main' into tracer-start-active-span
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarchaud committed Jun 1, 2021
2 parents ff73a3c + 1a35772 commit 5217cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
container: ["node:8", "node:10", "node:12", "node:14"]
container: ["node:8", "node:10", "node:12", "node:14", "node:16"]
runs-on: ubuntu-latest
container:
image: ${{ matrix.container }}
Expand All @@ -29,7 +29,7 @@ jobs:

- name: Report Coverage
run: npm run codecov
if: ${{ matrix.container }} == 'node:12'
if: ${{ matrix.container }} == 'node:14'

browser-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5217cc8

Please sign in to comment.