From 8fd8aee1cbe858bfbb335a9ee9a52d937a2dea33 Mon Sep 17 00:00:00 2001 From: YU <111847207+YU000jp@users.noreply.github.com> Date: Fri, 12 Jul 2024 16:57:59 +0900 Subject: [PATCH] Update main.yml (GitHub Workflow) Use pnpm/action-setup@v4 --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d933389..c64cff3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,12 +23,12 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v3.6.0 with: - node-version: "18" - - uses: pnpm/action-setup@v2.2.4 # Update to the latest version of pnpm/action-setup + node-version: latest + - uses: pnpm/action-setup@v4 # Update to the latest version of pnpm/action-setup with: - version: 7.13.4 + version: latest - run: pnpm install - run: pnpm build - name: Install zip