Skip to content

Commit f8cc4cd

Browse files
authored
Update ci.yml
1 parent 765bfdb commit f8cc4cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23+
- uses: actions/checkout@v1
24+
- uses: volta-cli/action@v1
25+
with:
26+
node-version: ${{ matrix.node }}
27+
- name: install dependencies
28+
run: npm i
2329
- name: lint
2430
run: npm run lint
2531
env:

0 commit comments

Comments
 (0)