From 65fecf0f37df294bef4a6dde007c39299e2cfd78 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Thu, 26 Dec 2024 20:58:37 +0000 Subject: [PATCH] chore(ci): skip enabling corepack --- .github/workflows/pre-commit-hooks.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pre-commit-hooks.yml b/.github/workflows/pre-commit-hooks.yml index 409d7e0b1859..7e42a0dbc63e 100644 --- a/.github/workflows/pre-commit-hooks.yml +++ b/.github/workflows/pre-commit-hooks.yml @@ -11,9 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Enable Corepack - run: corepack enable - - name: set up Node.js uses: actions/setup-node@v3 with: