encointer / encointer-parachain

The common good parachain for Kusama
https://encointer.org
GNU General Public License v3.0
9 stars 13 forks source link

GHA: Bump workflow versions to get rid of Nodejs v12 deprecation warnings #184

Closed OverOrion closed 1 year ago

OverOrion commented 1 year ago

As seen here, the CI needs to be updated to use newer versions, because Nodejs v12 is deprecated and won't be available in the near future (no exact date yet).

See how it was done in integritee-network/parachain: https://github.com/integritee-network/parachain/pull/194

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