mirror of
https://github.com/ASzc/change-string-case-action.git
synced 2024-11-23 17:13:51 +08:00
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:
parent
2d2b557957
commit
fabd239981
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user