Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
Normalising testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio-Laguna committed Nov 17, 2021
1 parent b87ce17 commit a02d0fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 16]
node: [12, 14, 16]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}

- run: yarn install --ignore-scripts
- run: yarn run test
- run: npm install --ignore-scripts
- run: npm run build
- run: npm run test

0 comments on commit a02d0fe

Please sign in to comment.