Skip to content

Commit

Permalink
Merge pull request #78 from marmelab/fix/package-incompatibility-in-b…
Browse files Browse the repository at this point in the history
…uild-step

fix: build step uses last version of package instead of fixed version
  • Loading branch information
Nitix authored Mar 13, 2024
2 parents eaeb668 + 80cf3a8 commit 75c1263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: 📥 Download deps
uses: bahmutov/npm-install@v1
with:
useLockFile: false
useLockFile: true

- name: ⚙️ Build
run: make build
Expand Down

0 comments on commit 75c1263

Please sign in to comment.