Skip to content

Commit

Permalink
Merge pull request #1348 from 43081j/fixing-tests
Browse files Browse the repository at this point in the history
Avoid dangling async work in tests
  • Loading branch information
paulmillr committed Sep 11, 2024
2 parents 69d67f3 + 0856113 commit da7f03b
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [16, 18, 20, 22]
node: [18, 20, 22]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4
Expand Down
Loading

0 comments on commit da7f03b

Please sign in to comment.