From 1c8b94ff9b0cfa00f78e9503d002173796d61bfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=20M=C3=A9ndez?= Date: Mon, 28 Oct 2024 21:47:22 +0100 Subject: [PATCH] chore: install changelog with pnpm instead (#858) --- .github/workflows/release-with-changesets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-with-changesets.yml b/.github/workflows/release-with-changesets.yml index f3f329fd2..ff9e13d5c 100644 --- a/.github/workflows/release-with-changesets.yml +++ b/.github/workflows/release-with-changesets.yml @@ -95,7 +95,7 @@ jobs: - if: steps.packagejson.outputs.exists == 'true' name: Install changelog shell: bash - run: npm install @changesets/changelog-git@0.2.0 + run: pnpm install @changesets/changelog-git@0.2.0 - if: steps.packagejson.outputs.exists == 'true' name: Publish to any of NPM, Github, and Docker Hub uses: changesets/action@v1