Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support newer version of Node #307

Closed
alvinsw opened this issue Apr 29, 2024 · 4 comments
Closed

Support newer version of Node #307

alvinsw opened this issue Apr 29, 2024 · 4 comments

Comments

@alvinsw
Copy link

alvinsw commented Apr 29, 2024

Summary

When installing the package, npm gives warning EBADENGINE Unsupported engine.
Can we change the supported node version to >=18.12?
Since express js supports any Node version >= 0.10.0, Is there a reasonable expectation that newer versions of Node will break this mock server?

Desired solution

Change the engine property in package.json:

"engines": {
  "node": ">=18.12",
  "yarn": "^1.15.2"
},
@nulltoken
Copy link
Contributor

nulltoken commented May 1, 2024 via email

@sheinbergon sheinbergon mentioned this issue May 10, 2024
3 tasks
@sheinbergon
Copy link
Contributor

@nulltoken

I've opened #308 per your request.
Looking forward to your approval

@nulltoken
Copy link
Contributor

Fixed by #308

@poveden
Copy link
Contributor

poveden commented May 21, 2024

Version 7.1.2 pushed to npm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants