diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca5f555fc..d20da8c15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x cache: yarn - name: Run ${{ matrix.command }}