Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels