Skip to content

Commit 24ec4c8

Browse files
committed
Switch back to node 12
Node 16 is only available on GHES 3.4+, which was released relatively recently. This Action still works with Node 12, so switching back to that version widens compatibility for self-hosted runners users.
1 parent a4d339b commit 24ec4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ inputs:
1111
description: '(optional) The ID of a pull request to auto-approve. By default, this action tries to use the pull_request event payload.'
1212
required: false
1313
runs:
14-
using: 'node16'
14+
using: 'node12'
1515
main: 'dist/index.js'

0 commit comments

Comments
 (0)