From 011697be628f38a17a40d89649055c598340f830 Mon Sep 17 00:00:00 2001 From: Khoa Date: Wed, 2 Nov 2022 21:56:02 +0700 Subject: [PATCH] Update using node 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d091d5b..ae0b793 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,7 @@ inputs: required: false default: 'https://github.com/mikefarah/yq/releases/download/{version}/yq_{platform}_{arch}' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' icon: book-open color: '#FFFF00'