diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d88525ff46..b1aeba47e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '22.21.0' # jod + node-version: '22.12.0' # jod cache: 'yarn' - run: yarn install --immutable - run: yarn run lint-check