Skip to content

Commit

Permalink
use npm ci instead of install
Browse files Browse the repository at this point in the history
Signed-off-by: Seán C McCord <ulexus@gmail.com>
  • Loading branch information
Ulexus committed Apr 9, 2022
1 parent 3d97781 commit bfbcdca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- run: npm install
- run: npm ci
- run: npm build

- name: GoReleaser
Expand Down

0 comments on commit bfbcdca

Please sign in to comment.