Skip to content

Commit

Permalink
Remove additional npm dependency install options.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Dec 20, 2024
1 parent 5b72525 commit ba433e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-joomla-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
node-version: ${{ matrix.node-version }}
registry-url: https://registry.npmjs.org
- name: Install NPM dependencies
run: npm clean-install --production --prefer-offline --frozen-lockfile
run: npm clean-install --production
- name: Bundle Deps
uses: lando/prepare-release-action@v3
with:
Expand Down

0 comments on commit ba433e7

Please sign in to comment.