Skip to content

Commit

Permalink
fix: bump runner to Node 20 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshenk committed Jan 28, 2024
1 parent d01f0cd commit 93b6bfd
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 @@ -4,7 +4,7 @@ branding:
icon: "git-merge"
color: purple
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
inputs:
merge_method:
Expand Down

0 comments on commit 93b6bfd

Please sign in to comment.