Skip to content

Commit

Permalink
Merge pull request #2 from yettoapp/fix-npm-ci
Browse files Browse the repository at this point in the history
Ignoring scripts fails to install platform-specific esbuild packages
  • Loading branch information
birdcar authored Aug 24, 2023
2 parents 3d00150 + de5cd32 commit 9eacf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-languages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
if: ${{ inputs.node == 'true' }}
shell: bash
run: |
npm ci --ignore-scripts --no-audit --no-progress --prefer-offline
npm ci --no-audit --no-progress --prefer-offline
- uses: denoland/setup-deno@v1
if: ${{ inputs.deno == 'true' }}
Expand Down

0 comments on commit 9eacf5d

Please sign in to comment.