uraimo / run-on-arch-action

A Github Action that executes jobs/commands on non-x86 cpu architectures (ARMv6, ARMv7, aarch64, s390x, ppc64le, riscv64) via QEMU
BSD 3-Clause "New" or "Revised" License
677 stars 149 forks source link

Update Node.js to 16 #96

Closed martin-g closed 1 year ago

martin-g commented 1 year ago

Github Actions prints the following warning:

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

For example: https://github.com/martin-g/sambamba/actions/runs/3249517528

martin-g commented 1 year ago

Awesome!