Skip to content

Commit

Permalink
chore: update ci matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed May 21, 2021
1 parent a58f2c6 commit 08bbe1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version:
- 12.x
- 14.x
- 15.x
- 16.x
platform:
- ubuntu-latest

Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
node --version
npm run lint
npm run depcruise
if: matrix.platform == 'ubuntu-latest' && matrix.node-version == '14.x'
if: matrix.platform == 'ubuntu-latest' && matrix.node-version == '16.x'
shell: bash
env:
CI: true
Expand All @@ -59,7 +59,7 @@ jobs:
env:
CI: true
- name: report coverage to code climate (runs on one platform only)
if: matrix.node-version == '14.x'
if: matrix.node-version == '16.x'
uses: paambaati/codeclimate-action@v2.7.5
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_TEST_COVERAGE_ID }}

0 comments on commit 08bbe1e

Please # to comment.