diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4683b43759..649683f62c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,6 +17,8 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 + - name: Install corepack + run: npm i -g corepack@latest - name: Install pnpm run: corepack enable - name: Get pnpm store directory