From c6523ce2073a630bebf6f4630b627b27677ad82b Mon Sep 17 00:00:00 2001 From: Ara Yeressian Date: Wed, 24 Jun 2020 23:06:15 +0400 Subject: [PATCH] reduce node versio --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d47a271..1df6a11 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: apiKey: required: true runs: - using: 'node14' + using: 'node12' main: 'dist/index.js' branding: icon: 'upload-cloud'