Skip to content

Commit 8a397ce

Browse files
committed
fix(rspack): should use node 22
1 parent 7c8b191 commit 8a397ce

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/actions/build-rspack/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
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: |

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)