diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8ed93a04..4f48117c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,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