From c9402bba3fe880ebac073e6adb7494fb08921c0f Mon Sep 17 00:00:00 2001 From: Luke <39926192+LukeWasTakenn@users.noreply.github.com> Date: Sat, 25 Feb 2023 22:22:55 +0100 Subject: [PATCH] ci(release): update pnpm version fixes issue with the notification dependency not being patched correctly --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4dc7eda..37240c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - uses: pnpm/action-setup@v2.0.1 with: - version: 6.20.3 + version: 7.28.0 - name: Setup node uses: actions/setup-node@v2