-
Notifications
You must be signed in to change notification settings - Fork 13
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
How to work with commitlint.config.ts (TypeScript config file) #235
Comments
You are right, it's better to have your config file in TS
Currently I didn't had time since a while to upgrade this repo, we have compatibility issue with node.js 16 for this action: #226 currently and we are only compatible with version 16 of commitlint. PR are more than welcome if you want to help on this |
Hi @JulienKode! I am using the following versions while receiving the error. typescript: 4.9.5 What would need to happen to update the package to commitlint version 17x? I could maybe help with a PR. |
Thanks for your feedback and the following informations I see two "issue":
So we will need to upgrade this action to support theses versions 2 the one of node and the one of commitlint |
I'm getting this error when pointing to my
commitlint.config.ts
file. Here's my workflow file for reference. Any ideas so I don't have to go back to a js file for the commitlint config?The text was updated successfully, but these errors were encountered: