From 808890a1f380f96567c8e385e834d79b30a7f4dd Mon Sep 17 00:00:00 2001 From: Mehmet Can Kanpolat Date: Tue, 22 Nov 2022 13:44:25 +0300 Subject: [PATCH] node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c3592972f..33d72ff9b 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ inputs: description: 'Token to get tags from the repo. Pass in using `secrets.GITHUB_TOKEN`.' required: true runs: - using: 'node18' + using: 'node16' main: 'dist/index.js' branding: icon: 'arrow-up-right'