From 830c42d18fed9c768afd67b171391caea6532f84 Mon Sep 17 00:00:00 2001 From: Yuichiro Yamashita Date: Wed, 10 Sep 2025 12:01:09 +0900 Subject: [PATCH] Revert "chore: try to update npm for release action (#1345)" This reverts commit 2e9b956623e23daa9d7fdcefb5ac49c0ed305d5e. --- .github/workflows/Release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 7552e7cc2..3ba2d3e57 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -29,10 +29,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: 24 - - - name: Update npm - run: npm install -g npm@latest - - name: Install Dependencies run: pnpm install