Skip to content

Commit 39c1340

Browse files
committed
Fix tests in node >20.8
1 parent f458455 commit 39c1340

File tree

6 files changed

+1247
-606
lines changed

6 files changed

+1247
-606
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
45-
node-version: [16.x, 18.x, 19.x]
44+
# See supported Node.js release schedule at https://nodejs.org/en/about/previous-releases
45+
node-version: [18.x, 20.x, 21.x]
4646

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

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ node_modules
66
*.iws
77
*.iml
88
.idea_modules
9+
.vscode
910

1011
# Logs
1112
logs

0 commit comments

Comments
 (0)