AkhileshNS / heroku-deploy

A simple github action that dynamically deploys an app to heroku
MIT License
972 stars 254 forks source link

Switch to node16, remove node12 deprecation notice #151

Closed brtrick closed 1 year ago

brtrick commented 1 year ago

node12 has been deprecated and is scheduled to be disabled in 2023.

deemp commented 1 year ago

@AkhileshNS

jdelgadoperez commented 1 year ago

Would love to see this merged if this package is still being maintained @AkhileshNS.

olivierlacan commented 1 year ago

Emailed @AkhileshNS to make sure they saw this.

For the record here's the full deprecation so folks using this action can more easily find this PR in search (I recommend doing this to help other users FYI):

Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: akhileshns/heroku-deploy@v3.12.12. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

AkhileshNS commented 1 year ago

Apologies for not noticing this, merging now