From c14bf7f36884d067c97c3d2ceef766d9af64959e Mon Sep 17 00:00:00 2001 From: DanielRailean Date: Tue, 20 Dec 2022 14:25:46 +0100 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b8687bd..afc0475 100644 --- a/action.yml +++ b/action.yml @@ -20,5 +20,5 @@ inputs: required: true runs: - using: node12 + using: node16 main: index.ts