I am using a Monorepo to host all my code across multiple places, and I have decided to set up a CI/CD pipeline using Github Actions. I currently only have the CI pipeline set up and everything works fine, but I have been starting to notice that the pipeline jobs and been throwing this warning:
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, JohnnyMorganz/stylua-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
I need help finding a way to invoke Node.js 20 actions instead of 16, but I am not sure how.
Ahh your right, this question was more centered around off platform development pipelines. But incase other people may be curious on a solution, after a little digging; it seems like the creator of stylua-action approved a PR that fixes this.