Skip to content

Commit b30a905

Browse files
author
Kelly Selden
committed
matrix.node
1 parent 2e6a271 commit b30a905

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
os:
2727
- ubuntu-latest
2828
- macos-latest
29-
node-version:
29+
node:
3030
- 8
3131
- 13
3232
test-command:
@@ -39,12 +39,12 @@ jobs:
3939
- uses: actions/checkout@v1
4040
- uses: actions/[email protected]
4141
with:
42-
version: ${{ matrix.node-version }}
42+
version: ${{ matrix.node }}
4343

4444
# for test cache hits
4545
- run: npm i -g [email protected]
4646

4747
- run: npm ci
4848
- run: npm run ${{ matrix.test-command }}
4949
env:
50-
NODE_LTS: ${{ matrix.node-version == 8 }}
50+
NODE_LTS: ${{ matrix.node == 8 }}

0 commit comments

Comments
 (0)