Skip to content

Commit

Permalink
Update action.yml to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideViolante committed Apr 23, 2024
1 parent 3ff03d9 commit f2dcb3f
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 @@ -24,5 +24,5 @@ inputs:
required: false
default: ''
runs:
using: 'node16'
main: 'dist/index.js'
using: 'node20'
main: 'dist/index.js'

0 comments on commit f2dcb3f

Please sign in to comment.