We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What would you like to change about the program? A way to specify the prettier version number.
Why do you think this is a cool idea? Some node versions don't support prettier v2.x.x. I'd like to use this action with prettier v1.19.1
The text was updated successfully, but these errors were encountered:
Good idea! I implemented a test version in a new branch, will test tomorrow!
Sorry, something went wrong.
I implemented it for now, you may test it and I would appreciate feedback!
Yeah, after upgrading to v2.2 of your action and specifying prettier_version, it works as intended. Thanks!
uses: creyD/prettier_action@v2.2 with: prettier_version: "1.19.1"
Great! :)
creyD
Successfully merging a pull request may close this issue.
What would you like to change about the program?
A way to specify the prettier version number.
Why do you think this is a cool idea?
Some node versions don't support prettier v2.x.x. I'd like to use this action with prettier v1.19.1
The text was updated successfully, but these errors were encountered: