From 45775c32193801a84d19d94076d72a2ece010948 Mon Sep 17 00:00:00 2001 From: Andrii Vitiv Date: Sat, 7 Oct 2023 00:06:41 +0300 Subject: [PATCH] Upgrade from node16 to node20 https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a816381..d7f3460 100644 --- a/action.yml +++ b/action.yml @@ -16,5 +16,5 @@ outputs: code: description: Generated auth code. runs: - using: node16 + using: node20 main: dist/index.js