From 1f8873e97e3c8f58161a323b7c568c1f623a1c4d Mon Sep 17 00:00:00 2001 From: Dhruv Bhanushali Date: Wed, 19 Oct 2022 04:00:55 +0400 Subject: [PATCH] Use Node.js 16 as the action runtime (#83) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a5b6b59..8d8b5d8 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ inputs: required: false default: "update" runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: 'cpu'