Skip to content

Commit

Permalink
Run test on ci only with node 16 and 17
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Oct 27, 2022
1 parent 6d4fa27 commit cadf334
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:

test_lint:
test_format:
runs-on: ubuntu-latest
if: ${{ !github.event.created && github.repository != 'garronej/ts-ci' }}
steps:
Expand All @@ -20,10 +20,10 @@ jobs:
run: yarn format:check
test:
runs-on: ${{ matrix.os }}
needs: test_lint
needs: test_format
strategy:
matrix:
node: [ '14', '17' ]
node: [ '16', '17' ]
os: [ windows-latest, ubuntu-latest ]
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
steps:
Expand Down

0 comments on commit cadf334

Please sign in to comment.