Skip to content

Commit

Permalink
Updating node version to 16
Browse files Browse the repository at this point in the history
👋 
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`.
  • Loading branch information
andmos authored and ASzc committed Oct 27, 2022
1 parent 2d2b557 commit fabd239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fabd239

Please sign in to comment.