diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 8bdbde4..22f6e3f 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -39,9 +39,6 @@ jobs: run: | git config user.name "GitHub Actions Bot" git config user.email "<>" - - - name: Enabled Corepack - run: corepack enable - name: Use Node.js uses: actions/setup-node@v3