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.
2 parents 87ab9a9 + 596a3fc commit a7fcbf7Copy full SHA for a7fcbf7
.github/workflows/test.yml
@@ -12,9 +12,10 @@ jobs:
12
steps:
13
- uses: actions/checkout@v2
14
- name: Use Node.js
15
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
16
with:
17
node-version: 14.x
18
+ cache: yarn
19
- run: yarn --frozen-lockfile
20
- run: yarn lint
21
test:
@@ -27,9 +28,10 @@ jobs:
27
28
29
30
- name: Use Node.js ${{ matrix.node-version }}
31
32
33
node-version: ${{ matrix.node-version }}
34
35
36
- run: yarn cover:ci
37
- if: ${{ matrix.os != 'windows-latest' }}
0 commit comments