Skip to content

Commit 2c82e52

Browse files
committed
Update action to run on node16
Signed-off-by: divyansh42 <diagrawa@redhat.com>
1 parent c60d79d commit 2c82e52

4 files changed

Lines changed: 2124 additions & 1086 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ outputs:
6262
runners:
6363
description: JSON-parseable array of the runner names, whether they were installed or not.
6464
runs:
65-
using: 'node12'
65+
using: 'node16'
6666
main: 'dist/index.js'

dist/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)