Skip to content

Commit

Permalink
Change npm i to npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Aug 23, 2023
1 parent 8619edc commit 43a8277
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
installer-parallel: true

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

- name: Cache node modules
uses: actions/cache@v3
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Release new versions
uses: changesets/action@v1
with:
publish: npm run release
publish: npm run publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 43a8277

Please sign in to comment.