Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Apr 21, 2021
1 parent ee24f01 commit b47463c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,14 @@ jobs:
with:
node-version: '12'

- run: npm ci
- run: npm run all
- name: Update npm
run: npm i -g npm@latest

- name: Install dependencies
run: npm ci

- name: Build
run: npm run all

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b47463c

Please sign in to comment.