Skip to content

Commit

Permalink
Merge pull request #119 from wileyj/js_action
Browse files Browse the repository at this point in the history
Update action to node20
  • Loading branch information
dmvict authored Oct 26, 2023
2 parents b396711 + ba4878c commit 88a795e
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 @@ -52,7 +52,7 @@ inputs:
required: false
default: false
runs:
using: 'node16'
using: 'node20'
pre: 'src/Pre.js'
main: 'src/Main.js'
post: 'src/Post.js'

0 comments on commit 88a795e

Please sign in to comment.