From faa824964fc4fe2c3dcaa20e476eb2d02b207157 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 39dfdc4710517..409d7e0b1859f 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