Skip to content

Commit ba0113b

Browse files
authored
Bump Node version from 12 to 16
GitHub is migrating all actions from Node 12 to Node 16 and is raising warnings for actions still using Node 12. https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ Update the version accordingly.
1 parent 6439d5b commit ba0113b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ inputs:
1111
required: false
1212

1313
runs:
14-
using: "node12"
14+
using: "node16"
1515
main: "dist/index.js"

0 commit comments

Comments
 (0)