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

Commit 1a35772

Browse files
authored
chore: add node:16 to the test matrix (#85)
1 parent ef02843 commit 1a35772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
container: ["node:8", "node:10", "node:12", "node:14"]
13+
container: ["node:8", "node:10", "node:12", "node:14", "node:16"]
1414
runs-on: ubuntu-latest
1515
container:
1616
image: ${{ matrix.container }}
@@ -29,7 +29,7 @@ jobs:
2929

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

3434
browser-tests:
3535
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)