From 88dd0894fe609b176c2be1629bafdda08e3e9bb4 Mon Sep 17 00:00:00 2001 From: Omer <75115812+omer-za@users.noreply.github.com> Date: Tue, 29 Mar 2022 22:16:09 +0300 Subject: [PATCH] Update runtime to node 16 All popular GitHub actions are already aligned to node 16 runtime. See https://github.com/actions/setup-node/releases/tag/v3.0.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9906815..4ab059b 100644 --- a/action.yml +++ b/action.yml @@ -9,5 +9,5 @@ inputs: description: github token to clone / push with required: false runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'