From 19c0e86f26b72bf612aa2dacf034049cfc5810b3 Mon Sep 17 00:00:00 2001 From: Ash Date: Tue, 20 Feb 2024 16:49:22 +0000 Subject: [PATCH] fix(ci): remove pnpm reference from setup-node step (#5801) --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d09f9ce3d21..fc00570fcb9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: lts/* - cache: 'pnpm' registry-url: 'https://registry.npmjs.org' - name: Setup pnpm and install dependencies