From f91b26bcdc01d7c8a19dcc5060a448c994cb05e0 Mon Sep 17 00:00:00 2001 From: Simone Corsi Date: Sat, 16 Jan 2021 10:13:59 +0100 Subject: [PATCH] chore(action.yml): node downgrated to 12 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 912ebe0..7badb88 100644 --- a/action.yml +++ b/action.yml @@ -5,5 +5,5 @@ inputs: description: 'Github token' default: ${{ github.token }} runs: - using: 'node14' + using: 'node12' main: 'dist/index.js'