-
Notifications
You must be signed in to change notification settings - Fork 99
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
chore: add engine-strict #1601
chore: add engine-strict #1601
Conversation
"engines": { | ||
"node": "^18.20.0", | ||
"npm": "^10.5.0", | ||
"yarn": "Please use npm instead of yarn to install dependencies", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package.json
Outdated
@@ -3,6 +3,12 @@ | |||
"version": "6.15.0", | |||
"description": "Gravity UI base styling and components", | |||
"license": "MIT", | |||
"engines": { | |||
"node": "^18.20.0", | |||
"npm": "^10.5.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Playwright Test Component is ready. |
Preview is ready. |
@@ -83,7 +89,7 @@ | |||
"lint:prettier:fix": "cross-env prettier --write '**/*.md'", | |||
"lint": "run-p lint:*", | |||
"typecheck": "tsc --noEmit", | |||
"prepublishOnly": "npm run build", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So that in the release build package.json does not contain engines section
calling the command again npm pkg delete engines
will not cause errors
Co-authored-by: Andrey Morozov <[email protected]>
No description provided.