diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ff918346..f0c4d162c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,10 +25,15 @@ jobs: - name: Checkout Repo uses: actions/checkout@v4 + - name: Setup target Node.js to enable Corepack + uses: actions/setup-node@v4 + with: + node-version: ${{ matrix.node }} + - name: Enable Corepack run: corepack enable - - name: Setup Node.js ${{ matrix.node }} + - name: Setup Node.js ${{ matrix.node }} with cache uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }}