Skip to content

Commit

Permalink
Update node version to 20 in GitHub Action (#11)
Browse files Browse the repository at this point in the history
Kudos to github.com/KyleDolezal
  • Loading branch information
KyleDolezal committed Mar 15, 2024
1 parent 36b67ed commit 1bb77f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ inputs:
description: 'GitHub Token'
required: true
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit 1bb77f1

Please sign in to comment.