Skip to content

Commit

Permalink
ci: use node20 in post action (#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis authored Sep 24, 2024
2 parents 8ee2c4c + 6dd5c0e commit ac4c11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/post/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ inputs:
description: 'Post command/script.'
required: true
runs:
using: 'node16'
using: 'node20'
main: 'main.js'
post: 'main.js'

0 comments on commit ac4c11c

Please sign in to comment.