infracost/actions

github action infracost/actions/setup@v2 failing because node12 is blocked by github

momelod opened this issue · 5 comments

error i see in the github action logs:

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

should use node16

https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

using: node12

@momelod there's already an open issue #122, can you just clarify that your github action is not failing? it's showing a deprecated warning?

Closing this as we're tracking it in #122

for me it was failing.

@momelod thanks for confirming! The GH announcement mentioned that "We plan to migrate all actions to run on Node16 by Summer 2023." so I'm surprised that it's failing for you. Anyway, we'll look at this on next week and I'll report back on #122 so please stay tuned!

tim775 commented

@momelod We've released v2.1.0 which uses node 16. If you are using the @v2 tag you will get that version automatically. Thanks for pointing this out.