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

Node 12 actions are deprecated #17

Open
carlosgrinan opened this issue May 7, 2023 · 0 comments
Open

Node 12 actions are deprecated #17

carlosgrinan opened this issue May 7, 2023 · 0 comments

Comments

@carlosgrinan
Copy link

I have encountered this error when trying to run the action for the first time:

Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup- node@v1, dephraiim/translate-readme@main. For more information see: https://github.blog/changelog/2022-09-22- github-actions-all-actions-will-begin-running- on-node16-instead-of-node127.

As a momentary fix, I've forked the project and I've by changed Node's aforementioned actions to v3 and also edited action.yaml to use node16 instead of node12. With this changes it seems to work again, although I am not aware of possible changes in outcome due to the version change, as it's the first time I use this action.

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

No branches or pull requests

1 participant