Skip to content

Commit

Permalink
Merge pull request #14 from shyim/patch-1
Browse files Browse the repository at this point in the history
increase node version of action
  • Loading branch information
AkihiroSuda authored Oct 24, 2023
2 parents bd93d26 + d6b81bd commit ea88a7f
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 @@ -11,6 +11,6 @@ inputs:
default: scratch
description: "Where the action is stores some temporary files for its processing. Default: `scratch`"
runs:
using: 'node16'
using: 'node20'
main: 'entrypoint.js'
post: 'entrypoint.js'

0 comments on commit ea88a7f

Please sign in to comment.