From a76f50fcef0043de91cc64dcb2b629c71eca1734 Mon Sep 17 00:00:00 2001 From: Batuhan Wilhelm Date: Thu, 25 Apr 2024 17:46:25 +0300 Subject: [PATCH] fix: try to install from pnpm action --- .github/workflows/build-examples.yml | 1 + .npmrc | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-examples.yml b/.github/workflows/build-examples.yml index 7787c0fca9c72..fee9256d53a7d 100644 --- a/.github/workflows/build-examples.yml +++ b/.github/workflows/build-examples.yml @@ -65,6 +65,7 @@ jobs: - uses: pnpm/action-setup@v3 with: version: 9 + run_install: true - name: Fetch commits run: git fetch origin ${{ github.base_ref || 'master' }} --depth=1 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.npmrc b/.npmrc index be6d94af3c349..93ef1156edf21 100644 --- a/.npmrc +++ b/.npmrc @@ -1,5 +1,4 @@ legacy-peer-deps=true -recursive-install=false link-workspace-packages=true prefer-workspace-packages=true shared-workspace-lockfile=true