Skip to content

Commit 98f9325

Browse files
authored
Bump Node.js version
I can see the warning in the workflows that are using this action: "Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: perl-actions/install-with-cpanm@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/."
1 parent a17c304 commit 98f9325

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
@@ -43,5 +43,5 @@ inputs:
4343
default: "$Config{installsitescript}/cpanm"
4444

4545
runs:
46-
using: "node16"
46+
using: "node20"
4747
main: "dist/index.js"

0 commit comments

Comments
 (0)