We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee2c4c commit 6dd5c0eCopy full SHA for 6dd5c0e
.github/actions/post/action.yml
@@ -9,6 +9,6 @@ inputs:
9
description: 'Post command/script.'
10
required: true
11
runs:
12
- using: 'node16'
+ using: 'node20'
13
main: 'main.js'
14
post: 'main.js'
0 commit comments