Skip to content

Commit

Permalink
ci: removed node v12 matrix
Browse files Browse the repository at this point in the history
also fixed the testing with coverage command
  • Loading branch information
Scrip7 committed Apr 1, 2022
1 parent dc04124 commit 3926538
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: ['12.x', '14.x', '16.x']
node-version: ['14.x', '16.x']
os: [ubuntu-latest]

steps:
Expand Down Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Lint
run: yarn lint

- name: Test
run: yarn test --ci --coverage --maxWorkers=2
- name: Test with coverage
run: yarn test:cov

- name: Build
run: yarn build

0 comments on commit 3926538

Please sign in to comment.