ElayGelbart / Heroku-Auto-Deployment

MIT License
23 stars 10 forks source link

Update version of node to 16 #11

Open justin-mills opened 1 year ago

justin-mills commented 1 year ago

When the action is run Github provides the following annotations:

Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, ElayGelbart/Heroku-Auto-Deployment@v1.0.6. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

Should be able to just update the action.yml to :

runs:
  using: "node16"
  main: "dist/index.js"
sealabcore commented 10 months ago

Opened a PR for this

https://github.com/ElayGelbart/Heroku-Auto-Deployment/pull/13