From 8b1411538be6f9bc02282f6483a4ce56ad1ce62f Mon Sep 17 00:00:00 2001 From: Vincent Scavinner Date: Mon, 18 Sep 2023 08:42:50 +0200 Subject: [PATCH] feat(release): update script to use wyvox/action-setup-pnpm@v3 --- .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 0f174bc4..3b39f054 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Install pnpm - uses: NullVoxPopuli/action-setup-pnpm@v2 + uses: wyvox/action-setup-pnpm@v3 with: node-version: 16 node-registry-url: "https://registry.npmjs.org"