Skip to content

Commit

Permalink
fix: Regenerate the package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
monnierant committed Jan 20, 2024
1 parent 8f6180d commit cf16cc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/semantic-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "lts/*"
- name: Install packages-lock.json
run: npm install
- name: Install dependencies
run: npm clean-install
- name: Install semantic-release dependencies
Expand Down

0 comments on commit cf16cc4

Please sign in to comment.