We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f31151 commit 9850bc1Copy full SHA for 9850bc1
1 file changed
.github/workflows/ci.yaml
@@ -9,23 +9,12 @@ jobs:
9
test:
10
name: Run tests
11
runs-on: ubuntu-latest
12
- strategy:
13
- matrix:
14
- node:
15
- - 8
16
- - 10
17
- - 12
18
steps:
19
- name: Fetch code
20
uses: actions/checkout@v2
21
with:
22
fetch-depth: 1
23
24
- - name: Setup node
25
- uses: actions/setup-node@v1
26
- with:
27
- node-version: ${{ matrix.node }}
28
-
29
- name: Restore node_modules cache
30
uses: actions/cache@v1
31
0 commit comments