We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa33e6f commit 33fd780Copy full SHA for 33fd780
.github/workflows/bump-canary.yml
@@ -24,7 +24,7 @@ jobs:
24
id: pnpm-setup
25
run: |
26
corepack enable
27
- corepack prepare pnpm@latest --activate
+ corepack prepare pnpm@10.0.0 --activate
28
pnpm config set script-shell "/usr/bin/bash"
29
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
30
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
- name: pnpm Cache
0 commit comments