Skip to content

Commit 33fd780

Browse files
committed
fix workflows
1 parent fa33e6f commit 33fd780

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/bump-canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: pnpm-setup
2525
run: |
2626
corepack enable
27-
corepack prepare pnpm@latest --activate
27+
corepack prepare pnpm@10.0.0 --activate
2828
pnpm config set script-shell "/usr/bin/bash"
2929
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
3030

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: pnpm-setup
2222
run: |
2323
corepack enable
24-
corepack prepare pnpm@latest --activate
24+
corepack prepare pnpm@10.0.0 --activate
2525
pnpm config set script-shell "/usr/bin/bash"
2626
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
2727
- name: pnpm Cache

0 commit comments

Comments
 (0)