Skip to content

Commit 5649cc0

Browse files
authored
Merge pull request #1372 from webstech/node
fix: require min node v18.16.1 for global fetch
2 parents f129ab0 + 79e2e93 commit 5649cc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@
7676
"rfc2047": "^4.0.1"
7777
},
7878
"engines": {
79-
"node": ">= 16.13.0"
79+
"node": ">= 18.16.1"
8080
}
8181
}

0 commit comments

Comments
 (0)