Skip to content

Commit

Permalink
test: update release step to npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ximena9201 authored Oct 24, 2021
1 parent eeef63a commit f3853e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
node-version: '14.x'

- name: npm clean install
run: npm i
run: npm ci
working-directory: ${{ env.project-directory }}

- run: npm i -g semantic-release @semantic-release/{git,exec,changelog}
Expand Down

0 comments on commit f3853e7

Please sign in to comment.