Skip to content

Commit

Permalink
fix(deps): update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kuus committed Apr 8, 2022
1 parent 075d87e commit 28047e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# ${{ runner.os }}-

- name: Install Dependencies
run: npm i
run: npm ci --cache .npm

- name: Calculate affected
uses: e-square-io/nx-affected-matrix@v2
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
${{ runner.os }}-
- name: Install Dependencies
run: npm i
run: npm ci --cache .npm

- name: Run semantic-release locally
id: release
Expand Down

0 comments on commit 28047e9

Please sign in to comment.