From 6a3e4db5e804c01476564390323bb53504b769e0 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Fri, 11 Jun 2021 10:08:21 -0400 Subject: [PATCH] Use node12 as node14 is not supported --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1d8a840..fa18b4a 100644 --- a/action.yml +++ b/action.yml @@ -99,5 +99,5 @@ branding: color: 'red' icon: 'umbrella' runs: - using: 'node14' + using: 'node12' main: 'dist/index.js'