Skip to content

Commit

Permalink
Actually use Node.js 20 in custom action
Browse files Browse the repository at this point in the history
Missed adding change in previous PR.

Signed-off-by: thc202 <[email protected]>
  • Loading branch information
thc202 committed Feb 23, 2024
1 parent 3ba450d commit 0a82e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/update-website/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ inputs:
description: 'the email of the pull request author'
required: true
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit 0a82e29

Please sign in to comment.