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
I'm getting following error when I run this action Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: atymic/deployer-php-action Seems its using node12 which is deprecated instead of node16 runs: using: 'node12' main: 'dist/index.js' https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ Could you update it to node16.
runs: using: 'node12' main: 'dist/index.js'
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I'm getting following error when I run this action
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: atymic/deployer-php-action
Seems its using node12 which is deprecated instead of node16
runs: using: 'node12' main: 'dist/index.js'
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
Could you update it to node16.
The text was updated successfully, but these errors were encountered: