Skip to content

Commit

Permalink
Update to use node20, fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
ammaraskar committed Jan 25, 2024
1 parent d1fed1f commit 0f9c86f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ branding:
icon: check-square
color: yellow
runs:
using: 'node16'
main: 'index.js'
using: 'node20'
main: 'index.js'

0 comments on commit 0f9c86f

Please sign in to comment.