Skip to content

Commit

Permalink
Merge pull request #225 from M0rgan01/worklow-improvement
Browse files Browse the repository at this point in the history
Use npm ci instead of npm install
  • Loading branch information
matks committed Nov 3, 2023
2 parents aa67d8a + 4ac0622 commit 1a3e582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: 14.x

- run: npm install
- run: npm ci

- name: Build PrestaShop assets
run: |
Expand Down

0 comments on commit 1a3e582

Please sign in to comment.