issues
search
koajs
/
examples
Example Koa apps
4.52k
stars
744
forks
source link
Bump `engines` field to Node v16
#152
Closed
hyperupcall
closed
6 months ago
hyperupcall
commented
1 year ago
Checklist
[x] I have ensured my pull request is not behind the main or master branch of the original repository.
[x] I have rebased all commits where necessary so that reviewing this pull request can be done without having to merge it first.
[x] I have written a commit message that passes commitlint linting.
[x] I have ensured that my code changes pass linting tests.
[x] I have ensured that my code changes pass unit tests.
[x] I have described my pull request and the reasons for code changes along with context if necessary.
Description
150 bumps the minimum required Node.js version to v10
151 bumps the minimum required Node.js version to v16
Future PRs will assume Node.js v16 at least (which has been EOL since a few months ago)
This updates the
engines
field to match.
Checklist
Description
150 bumps the minimum required Node.js version to v10
151 bumps the minimum required Node.js version to v16
This updates the
engines
field to match.