Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…die-util into MAT-4385
  • Loading branch information
adongare committed Jun 21, 2022
2 parents 1ccfabf + a7b4539 commit 6f343dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit_test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ on:
jobs:
node_matrix:
strategy:
fail-fast: false
matrix:
version: [12, 16]
version: [14, 16, 18]
name: Checkout, install, lint, build and test with coverage
runs-on: ubuntu-latest

Expand All @@ -31,6 +32,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.version }}
cache: 'npm'

- name: Cache node modules
uses: actions/cache@v3
Expand Down

0 comments on commit 6f343dd

Please sign in to comment.