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 GitHub
parent 2d2b557957
commit be52386d9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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