From 65018eb599f0f209050f64ba982a5bc5f359db97 Mon Sep 17 00:00:00 2001 From: Steven Chen Date: Tue, 29 Oct 2024 14:31:37 +0800 Subject: [PATCH] chore: update build-storybook-demo.yml --- .github/workflows/build-storybook-demo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-storybook-demo.yml b/.github/workflows/build-storybook-demo.yml index 38d876b..8332ac6 100644 --- a/.github/workflows/build-storybook-demo.yml +++ b/.github/workflows/build-storybook-demo.yml @@ -13,9 +13,9 @@ jobs: - uses: actions/setup-node@v3 with: node-version: '16' - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 with: - version: ^7.33.3 + version: 9 - name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built. run: | pnpm install --frozen-lockfile