Skip to content

Commit

Permalink
chore(build): force installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
atheck committed Oct 31, 2024
1 parent 5048f8d commit c14819a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm ci
run: npm ci --force
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c14819a

Please sign in to comment.