From f696bccda4fa9fa541d30bbc16bec5874046d20d Mon Sep 17 00:00:00 2001 From: dhawalseth Date: Wed, 3 Jan 2024 16:12:49 -0800 Subject: [PATCH] Update action.yml to node18 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 18c7c26..3f4c6a6 100644 --- a/action.yml +++ b/action.yml @@ -42,5 +42,5 @@ outputs: This ID can be used as input to other APIs to download, delete or get more information about an artifact: https://docs.github.com/en/rest/actions/artifacts runs: - using: 'node16' + using: 'node18' main: 'dist/index.js'