Skip to content

Commit

Permalink
chore: fix pptr timeout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei committed Nov 26, 2024
1 parent 14f3c77 commit c635574
Show file tree
Hide file tree
Showing 6 changed files with 1,462 additions and 561 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
# Test all mainstream operating system
os: [ubuntu-latest, macos-latest, windows-latest]
node: [18]
node: [22]
runs-on: ${{ matrix.os }}
steps:
# Pull repo to test machine
Expand All @@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [10, 12, 14, 16, 20]
node: [10, 12, 14, 16, 18, 20, 23]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c635574

Please sign in to comment.