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

Allow users of bitstyles to run node 22 #823

Merged
merged 2 commits into from
Jul 8, 2024
Merged

Allow users of bitstyles to run node 22 #823

merged 2 commits into from
Jul 8, 2024

Conversation

angelikatyborska
Copy link
Contributor

This library delivers CSS only and doesn't need to require its users to run a specific version of node.

This change should remove the warning you would see when using node 22 and installing this library:

npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: '[email protected]',
npm warn EBADENGINE   required: { node: '^18.16.0', npm: '^9.5.1' },
npm warn EBADENGINE   current: { node: 'v22.4.0', npm: '10.8.1' }
npm warn EBADENGINE }

Copy link
Member

@planktonic planktonic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@angelikatyborska angelikatyborska merged commit 0b33bd1 into main Jul 8, 2024
1 check passed
@angelikatyborska angelikatyborska deleted the node-22 branch July 8, 2024 12:57
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 this pull request may close these issues.

2 participants