Skip to content

Commit

Permalink
fix pnpm setup step (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
geekflyer authored Jul 17, 2024
1 parent da0ccef commit 1d2e083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/copy-processor-images-to-dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
node-version-file: .node-version

- uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # pin https://github.com/pnpm/action-setup/releases/tag/v2.4.0
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # pin https://github.com/pnpm/action-setup/releases/tag/v4.0.0
with:
run_install: false
package_json_file: scripts/package.json
Expand Down

0 comments on commit 1d2e083

Please sign in to comment.