Skip to content

Commit bc25927

Browse files
authored
fix(action): run action on node 20 (#513)
1 parent 5e21815 commit bc25927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ inputs:
5454
labels:
5555
description: Labels to add to the pull request being opened.
5656
runs:
57-
using: 'node16'
57+
using: 'node20'
5858
main: 'action/dist/index.js'

0 commit comments

Comments
 (0)