diff --git a/.github/workflows/is-compatible.yml b/.github/workflows/is-compatible.yml index 0a8527aab..375720a5b 100644 --- a/.github/workflows/is-compatible.yml +++ b/.github/workflows/is-compatible.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '22' + node-version: '20' cache: 'yarn' - name: Install dependencies run: yarn install --immutable --prefer-offline