Skip to content

Commit 8b130a8

Browse files
configure external deps versions to support node 18 (#384)
* configure external deps versions to support node 18 * bring back mocha types --------- Co-authored-by: Hong Xu <hong@topbug.net>
1 parent 67fb170 commit 8b130a8

4 files changed

Lines changed: 131 additions & 245 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node: [22]
19+
node: [18, 20, 22]
2020
os:
2121
- ubuntu-latest
2222
- windows-latest

0 commit comments

Comments
 (0)