Skip to content

Commit

Permalink
update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
phn210 committed Mar 8, 2024
1 parent 27da1a2 commit 042857d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ name: CI
on: [push, pull_request]
jobs:
test:
runs-on: [ubuntu-latest, windows-latest, macOS-latest]
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
steps:
- name: Clean global cache
run: npm cache clean --force
Expand Down

0 comments on commit 042857d

Please sign in to comment.