Skip to content

Commit

Permalink
fix: pin
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Feb 4, 2025
1 parent 618a0f1 commit 3112021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/docker-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
${{ inputs.pre }}
rustup target add ${{ inputs.target }}
npm install -g corepack@latest --force
npm install -g corepack@0.31.0 --force
echo "Corepack version: $(corepack --version)"
corepack enable
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/pnpm-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
if: ${{ inputs.node-version != '16' }}
shell: bash
run: |
npm install -g corepack@latest --force
npm install -g corepack@0.31.0 --force
echo "Corepack version: $(corepack --version)"
corepack enable
Expand Down

0 comments on commit 3112021

Please sign in to comment.