From c78ae7f09e770c5c5e51ae4330fd7d75bad7760a Mon Sep 17 00:00:00 2001 From: anteqkois Date: Sun, 19 May 2024 18:29:50 +0200 Subject: [PATCH] ci(fix): don't specify pnpm version --- .github/workflows/build-and-deploy-web.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy-web.yml b/.github/workflows/build-and-deploy-web.yml index f54d276c..b9b1abfa 100644 --- a/.github/workflows/build-and-deploy-web.yml +++ b/.github/workflows/build-and-deploy-web.yml @@ -12,8 +12,8 @@ jobs: with: fetch-depth: 0 - uses: pnpm/action-setup@v4 - with: - version: 8 + # with: + # version: 8 - name: Restore cached npm dependencies uses: actions/cache/restore@v4 with: diff --git a/package.json b/package.json index 62395fb9..0572c4f4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@linkerry/source", "version": "0.0.0", - "packageManager": "pnpm@8.15.2", + "packageManager": "pnpm@^8.0.0", "license": "MIT", "private": true, "author": {