diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4e72cbb4e..ab646f0cb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,8 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '22.4.1' + node-version: 22 + check-latest: true - name: set up react 19 if: matrix.react == 19 run: |