From 3e38de10cbed805087a31c56912596e7a65e637b Mon Sep 17 00:00:00 2001 From: Rauno Viskus Date: Mon, 31 May 2021 22:13:43 +0300 Subject: [PATCH 1/2] chore: add node:16 to the test matrix --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5c0f08f1..462f0258 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 }} From 6cab131adf98400e5eaa0235f10b5109dc0402eb Mon Sep 17 00:00:00 2001 From: Rauno Viskus Date: Mon, 31 May 2021 22:13:56 +0300 Subject: [PATCH 2/2] chore: run codecov in the current LTS --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 462f0258..d261f2a7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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