File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 6666 // umd tests need to lock this version
6767 'react-18' ,
6868 'react-dom-18' ,
69- // see https://github.com/web-infra-dev/rslib/pull/992
69+ // Breaking change, see https://github.com/web-infra-dev/rslib/pull/992
7070 '@ast-grep/napi' ,
71- // Temporary ignore
71+ // Temporarily ignore, see https://github.com/web-infra-dev/rslib/pull/1226
7272 'tinyglobby' ,
7373 ] ,
7474 postUpdateOptions : [ 'pnpmDedupe' ] ,
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 benchmark :
15- # Only Ubuntu 20.04 and 22.04 are supported at the moment.
16- # See https://github.com/CodSpeedHQ/action/blob/016456b513677f9d4a1c509c7f8a38d8dd55b2b0/.github/workflows/ci.yml#L19.
17- runs-on : ubuntu-22.04
15+ runs-on : ubuntu-24.04
1816 strategy :
1917 matrix :
2018 node-version : [20]
You can’t perform that action at this time.
0 commit comments