Skip to content

Commit e93d0d8

Browse files
committed
Use node16 rather than node12
This fixes: "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: perl-actions/install-with-cpm"
1 parent a4c5c41 commit e93d0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ inputs:
5252
default: "main"
5353

5454
runs:
55-
using: "node12"
55+
using: "node16"
5656
main: "index.js"

0 commit comments

Comments
 (0)