File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/setup-node@v3
2323 with :
24- node-version : 20
24+ node-version : 22
2525 - shell : bash
2626 name : Install package manager
2727 run : |
Original file line number Diff line number Diff line change @@ -108,8 +108,6 @@ jobs:
108108 include :
109109 - suite : rsbuild
110110 os : ubuntu-latest
111- - suite : rspack
112- os : ubuntu-latest
113111 fail-fast : false
114112 runs-on : ${{ matrix.os }}
115113 name : rsdoctor (${{ matrix.suite }})
@@ -182,11 +180,7 @@ jobs:
182180 - uses : ./.github/actions/build-rspack
183181 - name : Install
184182 run : pnpm install --frozen-lockfile --prefer-offline
185- - name : Format
186- if : matrix.suite == '_selftest'
187- run : pnpm format
188183 - name : Lint
189- if : matrix.suite == '_selftest'
190184 run : pnpm lint
191185 - name : Setup Node.js
192186 if : matrix.suite == 'lynx-stack' || matrix.suite == '_selftest'
You can’t perform that action at this time.
0 commit comments