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 2e6a271 commit b30a905Copy full SHA for b30a905
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
os:
27
- ubuntu-latest
28
- macos-latest
29
- node-version:
+ node:
30
- 8
31
- 13
32
test-command:
@@ -39,12 +39,12 @@ jobs:
39
- uses: actions/checkout@v1
40
- uses: actions/[email protected]
41
with:
42
- version: ${{ matrix.node-version }}
+ version: ${{ matrix.node }}
43
44
# for test cache hits
45
- run: npm i -g [email protected]
46
47
- run: npm ci
48
- run: npm run ${{ matrix.test-command }}
49
env:
50
- NODE_LTS: ${{ matrix.node-version == 8 }}
+ NODE_LTS: ${{ matrix.node == 8 }}
0 commit comments