Skip to content

Commit 6dd5c0e

Browse files
authored
ci: use node20 in post action
1 parent 8ee2c4c commit 6dd5c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/post/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ inputs:
99
description: 'Post command/script.'
1010
required: true
1111
runs:
12-
using: 'node16'
12+
using: 'node20'
1313
main: 'main.js'
1414
post: 'main.js'

0 commit comments

Comments
 (0)