Skip to content

Commit 6cf5920

Browse files
committed
add support for node 20+ and update dependencies
1 parent f666e91 commit 6cf5920

File tree

5 files changed

+1877
-2124
lines changed

5 files changed

+1877
-2124
lines changed

.github/workflows/ci-pipeline.yml

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

1212
strategy:
1313
matrix:
14-
node-version: [16.x, 18.x, 20.x]
14+
node-version: [18.x, 20.x, 22.x, 23.x]
1515

1616
steps:
1717
- uses: actions/checkout@v3

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ node_modules/
22
.DS_Store
33
npm-debug.log
44
coverage
5+
.nyc_output
56
TODO.txt

0 commit comments

Comments
 (0)