From 639d9decee201b979055cbfe26d0a0aa9dbb17ab Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Thu, 25 Jan 2024 16:39:12 -0500 Subject: [PATCH] Update action to use Node 20 Resolves #62. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c346f87..9e82216 100644 --- a/action.yml +++ b/action.yml @@ -41,5 +41,5 @@ inputs: required: false default: ${{ github.token }} runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'