diff --git a/.github/actions/restore/action.yml b/.github/actions/restore/action.yml index cd5d570d..21dec549 100644 --- a/.github/actions/restore/action.yml +++ b/.github/actions/restore/action.yml @@ -12,7 +12,7 @@ runs: - name: Install pnpm shell: bash run: | - npm install -g corepack@0.34.6 + npm install -g corepack@0.35.0 corepack enable corepack prepare --activate