Skip to content

Commit

Permalink
fix: fix ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cindyli committed Jul 11, 2024
1 parent 1a2c982 commit b006dbd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
runs-on: ${{ matrix.os }}
env:
CI: true
Expand All @@ -33,7 +33,5 @@ jobs:
run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run build
- name: Test
run: npm run test

0 comments on commit b006dbd

Please sign in to comment.