diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc6e06bb4..d7fd32415 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@v6 + uses: actions/setup-node@v7 with: node-version: 22 - name: Enable Corepack