Skip to content

Commit fbf74ce

Browse files
committed
Update very outdated 'engines' package.json field
This isn't really useful in the traditional way (this project isn't intended to be used as Node package directly) but it's used by Oclif and it's good to be explicit anyway. In general, this should be ^ of the Oclif node version from package.json, and will change unpredictably to match that in future as that changes. This isn't a breaking change, because the node version used is supposed to be the one from package.json anyway - BYON will work, but it's not officially supported or worried about.
1 parent 7bf2fe7 commit fbf74ce

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
@@ -147,7 +147,7 @@
147147
}
148148
},
149149
"engines": {
150-
"node": ">=10.0.0"
150+
"node": "^20.8.0"
151151
},
152152
"keywords": [
153153
"http",

0 commit comments

Comments
 (0)