From e398ad36114d837e23edc6aaf7c1e86340e76265 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Sun, 12 Jan 2025 12:21:44 +0000 Subject: [PATCH] Try to fix workflow install and pnpm 10 --- .github/actions/init-node/action.yml | 3 +++ pnpm-lock.yaml | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/actions/init-node/action.yml b/.github/actions/init-node/action.yml index 82a02e82..2cf9d495 100644 --- a/.github/actions/init-node/action.yml +++ b/.github/actions/init-node/action.yml @@ -16,6 +16,9 @@ runs: with: node-version-file: .node-version cache: ${{ inputs.cache && 'pnpm' || '' }} + - name: Set pnpm settings + shell: bash + run: pnpm config set inject-workspace-packages true - name: Install pnpm dependencies if: ${{ inputs.install != 'false' }} shell: bash diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f91062ea..940338e0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3,6 +3,7 @@ lockfileVersion: '9.0' settings: autoInstallPeers: true excludeLinksFromLockfile: false + injectWorkspacePackages: true overrides: rollup@<2.79.2: '>=2.79.2'