From d1451da2e30698b467db0a2e7255606208e86105 Mon Sep 17 00:00:00 2001 From: Mateusz Kwasniewski Date: Mon, 12 Feb 2024 16:56:38 +0100 Subject: [PATCH] Update npm-release.yml (#27) --- .github/workflows/npm-release.yml | 3 --- 1 file changed, 3 deletions(-) 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