Skip to content

Commit

Permalink
ci: drop node 16
Browse files Browse the repository at this point in the history
only drop CI part, it still compatible
  • Loading branch information
sxzz committed Sep 10, 2023
1 parent 809063e commit 210e2d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [16, 18, 20]
node-version: [18, 20]
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -77,4 +77,4 @@ jobs:

- name: Build Playground
run: pnpm run --filter "./playground/*" --parallel build
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version != 16 }}
if: ${{ matrix.os == 'ubuntu-latest' }}

0 comments on commit 210e2d6

Please sign in to comment.