We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0fb6dc commit 7bb5509Copy full SHA for 7bb5509
.github/workflows/test.yml
@@ -4,14 +4,11 @@ jobs:
4
test:
5
runs-on: ubuntu-latest
6
name: Unit tests (node ${{ matrix.node }})
7
- strategy:
8
- matrix:
9
- node: [ '14', '10' ]
10
steps:
11
- uses: actions/checkout@v2
12
- uses: actions/setup-node@v1
13
with:
14
- node-version: ${{ matrix.node }}
+ node-version: '14'
15
- run: npm install -g jest@^26
16
- run: npm install
17
- run: npm run jest
0 commit comments