Skip to content

Commit

Permalink
fix: update GitHub Action to run on nodejs16. (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinm82 and martinmigasiewicz-tomtom authored Oct 17, 2022
1 parent 2e9644b commit 0a13b2e
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
@@ -1,7 +1,7 @@
name: "Merge pull requests (automerge-action)"
description: "Automatically merge pull requests that are ready"
runs:
using: "node12"
using: "node16"
main: "dist/index.js"
branding:
icon: "git-pull-request"
Expand Down

0 comments on commit 0a13b2e

Please sign in to comment.