From a78d180643ff6fc24910f025c5d5024947ae2531 Mon Sep 17 00:00:00 2001 From: Braden Steffaniak Date: Tue, 30 Jan 2024 08:18:56 -0500 Subject: [PATCH] Bump node version to node 20 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 c652fba..471e2fa 100644 --- a/action.yml +++ b/action.yml @@ -24,6 +24,6 @@ inputs: required: false default: 'false' runs: - using: node16 + using: node20 main: dist/index.js post: dist/index.js