From 0e6961e7fc17c0f2d90c9f1aeb4b774e3370ad8f Mon Sep 17 00:00:00 2001 From: hyperbola Date: Wed, 12 Jul 2023 06:27:03 +0800 Subject: [PATCH] ci/cd: update CI to use pnpm setup action v2 --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e6627cf..1112241 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: - name: Check out repository uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/action-setup@v2.2.2 + uses: pnpm/action-setup@v2 with: run_install: true - name: Build project @@ -38,7 +38,7 @@ jobs: - name: Check out repository uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/action-setup@v2.2.2 + uses: pnpm/action-setup@v2 with: run_install: true - name: Build project