Skip to content

Commit cadf334

Browse files
committed
Run test on ci only with node 16 and 17
1 parent 6d4fa27 commit cadf334

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111

12-
test_lint:
12+
test_format:
1313
runs-on: ubuntu-latest
1414
if: ${{ !github.event.created && github.repository != 'garronej/ts-ci' }}
1515
steps:
@@ -20,10 +20,10 @@ jobs:
2020
run: yarn format:check
2121
test:
2222
runs-on: ${{ matrix.os }}
23-
needs: test_lint
23+
needs: test_format
2424
strategy:
2525
matrix:
26-
node: [ '14', '17' ]
26+
node: [ '16', '17' ]
2727
os: [ windows-latest, ubuntu-latest ]
2828
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
2929
steps:

0 commit comments

Comments
 (0)