Updating node version to 16

👋 
Github as depricated the use of `node12`, [as explained here](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/) så this PR updates the runtime from `node12` to `node16`.
This commit is contained in:
Andreas Mosti 2022-10-27 07:44:07 +02:00 committed by Alex Szczuczko
parent 2d2b557957
commit fabd239981

View File

@ -16,5 +16,5 @@ outputs:
capitalized: capitalized:
description: The input string, with any alphabetical characters lowercase, except for the first character, which is uppercased description: The input string, with any alphabetical characters lowercase, except for the first character, which is uppercased
runs: runs:
using: node12 using: node16
main: index.js main: index.js