From 9b9fa9f7ed466121051ac46c345fa3e5251e861f Mon Sep 17 00:00:00 2001 From: George Fu Date: Mon, 11 Nov 2024 20:56:30 +0000 Subject: [PATCH] chore: corepack enable --- .github/workflows/pre-commit-hooks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pre-commit-hooks.yml b/.github/workflows/pre-commit-hooks.yml index 39dfdc471051..409d7e0b1859 100644 --- a/.github/workflows/pre-commit-hooks.yml +++ b/.github/workflows/pre-commit-hooks.yml @@ -11,6 +11,8 @@ 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