Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Loading