diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cfe29ea6..894e86c90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: bundler-cache: true - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 22 - name: Enable Corepack