Skip to content

Commit a34b319

Browse files
Update ci.yml
1 parent 2ac8a36 commit a34b319

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node_version: [10, 11, 12]
17+
node: ['8', '10', '11', '12']
1818
steps:
1919
- uses: actions/checkout@v1
2020
with:
2121
fetch-depth: 3
22-
- name: Use Node.js ${{ matrix.node_version }}
22+
- name: Setup node
2323
uses: actions/setup-node@v1
2424
with:
25-
version: ${{ matrix.node_version }}
25+
node-version: ${{ matrix.node }}
2626
- name: Install Package dependencies
2727
run: yarn install
2828
- name: Run tests

0 commit comments

Comments
 (0)