Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 26, 2023
1 parent 65ee85b commit 449c33f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [18, 20]
node: [16, 18, 20]
fail-fast: false

steps:
Expand All @@ -55,10 +55,10 @@ jobs:

- name: Install Webpack 4
run: pnpm i webpack@4
if: ${{ matrix.node != 18 }}
if: ${{ matrix.node == 16 }}

- name: Test with Webpack 4
run: pnpm run test
if: ${{ matrix.node != 18 }}
if: ${{ matrix.node == 16 }}
env:
SKIP_RSPACK: 'true'

0 comments on commit 449c33f

Please sign in to comment.