Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
CI: add Node 16 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jesec committed Apr 27, 2021
1 parent 36c28f9 commit 6adde0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false # prevent test to stop if one fails
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [10.x, 12.x, 14.x, 16.x]
os: [ubuntu-latest, windows-latest] # Skip macos-latest

runs-on: ${{ matrix.os }}
Expand All @@ -32,7 +32,7 @@ jobs:
run: yarn install

- name: Lint
if: matrix['node-version'] == '14.x' && matrix['os'] == 'ubuntu-latest'
if: matrix['node-version'] == '16.x' && matrix['os'] == 'ubuntu-latest'
run: yarn lint

- name: Build
Expand Down

0 comments on commit 6adde0f

Please sign in to comment.