Skip to content

Commit 79e2e93

Browse files
committed
fix: require min node v18.16.1 for global fetch
v18 introduces global fetch now needed by oktokit. v18.16.1 includes security fixes. Signed-off-by: Chris. Webster <[email protected]>
1 parent f129ab0 commit 79e2e93

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)