From 9a62f21ac5e8692a72773c09b0b2a1abdb2a6ae2 Mon Sep 17 00:00:00 2001 From: phips28 Date: Tue, 5 Oct 2021 19:31:00 +0200 Subject: [PATCH] Revert "node14" This reverts commit 4e9814eb993a26327e8f42532f3b969094f06fe4. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bcc6df1..7f5b0a1 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: Automated Version Bump description: Automated version bump for npm packages. runs: - using: node14 + using: node12 main: index.js branding: icon: chevron-up