Skip to content

Commit

Permalink
fix CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
phn210 committed Mar 8, 2024
1 parent fd0c65b commit d79c6c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
steps:
- name: Clean global cache
- name: Clean global cache
run: npm cache clean --force
- name: Set up Node
uses: actions/checkout@v3
- name: Set up Node
uses: actions/checkout@main
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install dependencies
- name: Install dependencies
run: npm install
- name: CI build & test
- name: CI build & test
run: |
npm run build --if-present
npm test
Expand Down

0 comments on commit d79c6c0

Please sign in to comment.