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: |