Skip to content

Commit 3febf61

Browse files
committed
Fix ci.yml.
1 parent abb99b7 commit 3febf61

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
- node: '9.x'
1818
- node: '8.x'
1919
- node: '7.x'
20-
uses: actions/checkout@v1
21-
- name: Use Node.js
22-
uses: actions/setup-node@v1
23-
with:
24-
node-version: ${{ matrix.versions.node }}
2520
steps:
21+
- uses: actions/checkout@v1
22+
- name: Use Node.js
23+
uses: actions/setup-node@v1
24+
with:
25+
node-version: ${{ matrix.versions.node }}
2626
- run: npm install
2727
- run: npm run build --if-present
2828
- run: npm test

0 commit comments

Comments
 (0)