deployphp / action

GitHub Action for Deployer
MIT License
222 stars 44 forks source link

Node12 is deprecated #50

Closed asychev closed 1 year ago

asychev commented 1 year ago

Node 12 has been out of support since April 2022, as a result Github have started the deprecation process of Node 12 for GitHub Actions.

This action needs to be updated.

devenes commented 1 year ago

Fixed with merging the PR, bump action from Node12 to Node16 #53. ✅

asychev commented 1 year ago

@devenes Thanks, much appreciated. Can we also cut a new release?

devenes commented 1 year ago

@devenes Thanks, much appreciated. Can we also cut a new release?

I agree with you, a new release would be a great and quick solution for the workflow pipelines broken by GitHub Actions warnings.

antonmedv commented 1 year ago

Fixed

fpalamour commented 1 year ago

Which release are we supposed to use ? The v1 tag still points to v1.0.12 and v1.0.17 uses node12.

devenes commented 1 year ago

You are right @fpalamour! 👀

This points the latest tag but it is very old:

v1.0.12 antonmedv released this Oct 16, 2021.

@antonmedv Can we check it to use the latest config?

cmorbitzer commented 1 year ago

Looks like we're pointing at 1.0.22 now 👍 Thanks! @antonmedv