Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 22a5fa7

Browse files
Normalising test strategy
1 parent 1da206b commit 22a5fa7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node: [12, 16]
10+
node: [12, 14, 16]
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2
1414
with:
1515
node-version: ${{ matrix.node }}
1616

17-
- run: yarn install --ignore-scripts
18-
- run: yarn run test
17+
- run: npm install --ignore-scripts
18+
- run: npm run test

0 commit comments

Comments
 (0)