Skip to content

Commit 9f63a37

Browse files
committed
Disable tests on nodejs 19 for now, update deps
This is just test environment issue related to ts-node, library itself works fine
1 parent 85cb558 commit 9f63a37

File tree

2 files changed

+1603
-9292
lines changed

2 files changed

+1603
-9292
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
45-
node-version: [14.x, 16.x, 18.x, 20.x]
45+
node-version: [14.x, 16.x, 18.x, 19.x]
4646

4747
steps:
4848
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)