From 99123047e2a6f15fc189a6dc98245e8f41f2d9a9 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 25 Jan 2024 11:23:57 -0500 Subject: [PATCH] fix: bump to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c1618fe..9f308e6 100644 --- a/action.yml +++ b/action.yml @@ -24,5 +24,5 @@ inputs: description: "Optional - Cancel runs with a specific status, such as `waiting`." required: false runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'