From 2662a5f0dec42d7a9c66b55f8ce937f37aaac9b4 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Thu, 17 Jun 2021 13:58:35 +0200 Subject: [PATCH] fix: revert to node 12 for the action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fe4451fd7..58229e356 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ branding: icon: terminal color: gray-dark runs: - using: node14 + using: node12 main: build/index.js inputs: expo-version: