From 2223412a2000a14ffd537ea5bd593b100a0c4f08 Mon Sep 17 00:00:00 2001 From: Romuald Brillout Date: Mon, 27 May 2024 11:40:48 +0200 Subject: [PATCH] workaround pnpm issues --- .github/workflows/ci.yml | 2 ++ .npmrc | 2 +- package.json | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdc56320..d7fb244f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v3 + with: + version: 9.1.3 - uses: actions/setup-node@v4 with: node-version: 20 diff --git a/.npmrc b/.npmrc index 30ab299d..893912f5 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1 @@ -link-workspace-packages=true +link-workspace-packages=deep diff --git a/package.json b/package.json index 07883991..1ee64cbe 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,6 @@ "vike-react-query": "link:./packages/vike-react-query/" } }, - "packageManager": "pnpm@9.1.2", "devDependencies": { "@biomejs/biome": "^1.6.4", "@brillout/test-e2e": "^0.5.33",