1
0
Fork 0
mirror of synced 2025-04-03 21:23:31 +03:00

npm install step

This commit is contained in:
Akolzin Dmitry 2020-11-26 16:17:05 +03:00
parent 38877f09f2
commit 9e7e735f6e

View file

@ -20,6 +20,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test
- name: Coverage