From 059744903d224ff73e840931952728e5c35413f4 Mon Sep 17 00:00:00 2001 From: frostime Date: Thu, 4 Jul 2024 21:27:46 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20ci:=20update=20pnpm=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref to: https://github.com/pnpm/action-setup/issues/136 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7bd6c4e..36af5e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,12 +17,12 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 registry-url: "https://registry.npmjs.org" # Install pnpm - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 id: pnpm-install with: version: 8