Skip to content

Commit

Permalink
Upgrade with-post-step action to run using the Node.js 20.x runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels authored Mar 27, 2024
2 parents 60281e0 + 583eed8 commit 3b95a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion with-post-step/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ inputs:
default: POST

runs:
using: 'node16'
using: 'node20'
main: 'main.js'
post: 'main.js'

0 comments on commit 3b95a36

Please sign in to comment.