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 bba9907 commit 27da1a2
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 @@ -10,9 +10,9 @@ jobs:
test:
runs-on: [ubuntu-latest, windows-latest, macOS-latest]
timeout-minutes: 10
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
steps:
- name: Clean global cache
run: npm cache clean --force
Expand Down

0 comments on commit 27da1a2

Please sign in to comment.