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
See https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ for more details.

Co-authored-by: Martin Migasiewicz <71527391+martinmigasiewicz-tomtom@users.noreply.github.com>
  • Loading branch information
martinm82 and martinmigasiewicz-tomtom committed 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
@@ -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.