Skip to content

Commit

Permalink
configure external deps versions to support node 18 (#384)
Browse files Browse the repository at this point in the history
* configure external deps versions to support node 18

* bring back mocha types

---------

Co-authored-by: Hong Xu <[email protected]>
  • Loading branch information
SunsetTechuila and xuhdev authored Jan 30, 2025
1 parent 67fb170 commit 8b130a8
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 245 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node: [22]
node: [18, 20, 22]
os:
- ubuntu-latest
- windows-latest
Expand Down
Loading

0 comments on commit 8b130a8

Please sign in to comment.