-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #407 from alexwilson/upgrade-to-node20
Upgrade to node20
- Loading branch information
Showing
9 changed files
with
8,894 additions
and
9,090 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v12 | ||
v20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
name: 'Enable Github Automerge' | ||
description: 'Enable Github auto-merge for specific pull-requests' | ||
name: "Enable Github Automerge" | ||
description: "Enable Github auto-merge for specific pull-requests" | ||
branding: | ||
icon: 'git-merge' | ||
color: 'green' | ||
icon: "git-merge" | ||
color: "green" | ||
inputs: | ||
github-token: | ||
description: 'The GITHUB_TOKEN secret' | ||
description: "The GITHUB_TOKEN secret" | ||
required: true | ||
merge-method: | ||
description: 'Preferred merge method for automatic merges.' | ||
description: "Preferred merge method for automatic merges." | ||
required: false | ||
runs: | ||
using: 'node16' | ||
main: 'dist/index.js' | ||
using: "node20" | ||
main: "dist/index.js" |
Oops, something went wrong.