From 37d7bdf672008e4fee410b896fa7c20917017b5f Mon Sep 17 00:00:00 2001 From: Ryuzo Yamamoto Date: Tue, 25 Feb 2025 15:08:28 +0900 Subject: [PATCH] ci: remove step to upgrade npm and corepack from "Publish npm package function-types" workflow --- .github/workflows/publish-function-types.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/publish-function-types.yaml b/.github/workflows/publish-function-types.yaml index c5994f2..8deaef8 100644 --- a/.github/workflows/publish-function-types.yaml +++ b/.github/workflows/publish-function-types.yaml @@ -21,11 +21,6 @@ jobs: node-version-file: packages/types/package.json registry-url: https://registry.npmjs.org - - name: Update npm and corepack - run: | - npm i -g npm - npm i -g corepack@latest - - name: Publish working-directory: packages/types run: |