diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 7261934a2..ab33e4eb6 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -66,9 +66,9 @@ // umd tests need to lock this version 'react-18', 'react-dom-18', - // see https://github.com/web-infra-dev/rslib/pull/992 + // Breaking change, see https://github.com/web-infra-dev/rslib/pull/992 '@ast-grep/napi', - // Temporary ignore + // Temporarily ignore, see https://github.com/web-infra-dev/rslib/pull/1226 'tinyglobby', ], postUpdateOptions: ['pnpmDedupe'], diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index fa3e8c0f6..795a66695 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -12,9 +12,7 @@ on: jobs: benchmark: - # Only Ubuntu 20.04 and 22.04 are supported at the moment. - # See https://github.com/CodSpeedHQ/action/blob/016456b513677f9d4a1c509c7f8a38d8dd55b2b0/.github/workflows/ci.yml#L19. - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: node-version: [20]