Skip to content

Commit

Permalink
update(node): node 12 actions are deprecated (#7)
Browse files Browse the repository at this point in the history
We should update to node 16 to avoid the 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: szenius/set-timezone"
  • Loading branch information
doregex committed Nov 13, 2022
1 parent a5c1676 commit d1416e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -18,5 +18,5 @@ inputs:
required: false
default: "UTC"
runs:
using: "node12"
using: "node16"
main: "dist/index.js"

0 comments on commit d1416e7

Please sign in to comment.