Skip to content

Commit

Permalink
Honor lockfile in CI install
Browse files Browse the repository at this point in the history
  • Loading branch information
adelsz committed Mar 14, 2020
1 parent 0779fa3 commit 3329347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: npm install
run: npm install
- name: npm ci
run: npm ci
- name: Bootstrap packages
run: npx lerna bootstrap && npm run build
- name: Run tests
Expand Down

0 comments on commit 3329347

Please sign in to comment.