Skip to content

Commit 88a3448

Browse files
authored
🔒 Update action to Node 20 (#331)
Closes: #332
1 parent df38d30 commit 88a3448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ outputs:
102102
description: 'The URLs to the created Pull Requests as an array'
103103

104104
runs:
105-
using: 'node16'
105+
using: 'node20'
106106
main: 'dist/index.js'
107107

108108
branding:
109109
icon: 'git-pull-request'
110-
color: 'gray-dark'
110+
color: 'gray-dark'

0 commit comments

Comments
 (0)