diff --git a/.github/workflows/build-each-commit.yml b/.github/workflows/build-each-commit.yml index 5e6cd16..4b34795 100644 --- a/.github/workflows/build-each-commit.yml +++ b/.github/workflows/build-each-commit.yml @@ -6,6 +6,8 @@ jobs: steps: - name: Checkout the repository uses: actions/checkout@v3 + - name: Enable Corepack + run: corepack enable - name: Install dependencies using yarn run: yarn - name: Compile TypeScript source using tsc