Skip to content

Commit 7535db6

Browse files
committed
chore: add node16 to CI matrix
1 parent 870e6aa commit 7535db6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
timeout-minutes: 3
2626
strategy:
2727
matrix:
28-
nodejs: [8, 10, 12, 14]
28+
nodejs: [8, 10, 12, 14, 16]
2929
os: [ubuntu-latest, windows-latest, macOS-latest]
3030
steps:
3131
- uses: actions/checkout@v2
@@ -42,7 +42,7 @@ jobs:
4242
run: nyc --include=src npm test
4343

4444
- name: Report
45-
if: matrix.nodejs >= 14 && matrix.os == 'ubuntu-latest'
45+
if: matrix.nodejs >= 16 && matrix.os == 'ubuntu-latest'
4646
run: |
4747
nyc report --reporter=text-lcov > coverage.lcov
4848
bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)