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

Meow is only being tested on Node 16 on CI #199

Closed
fregante opened this issue Sep 17, 2021 · 1 comment · Fixed by #207
Closed

Meow is only being tested on Node 16 on CI #199

fregante opened this issue Sep 17, 2021 · 1 comment · Fixed by #207

Comments

@fregante
Copy link

node-version:
- 16

Even thought the package is marked as compatible with v12

meow/package.json

Lines 15 to 17 in 075f96f

"engines": {
"node": ">=12.17"
},

@sindresorhus
Copy link
Owner

sindresorhus commented Sep 17, 2021

It's because of xojs/xo#555. I could have force upgraded npm, but was too lazy and I test on Node.js 12 locally before doing releases anyway.

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

Successfully merging a pull request may close this issue.

2 participants