From 2fb875b8cacd39a7aefb9d4b4dff625cb45cc223 Mon Sep 17 00:00:00 2001 From: Jason Harley Date: Fri, 1 Mar 2024 11:31:10 -0500 Subject: [PATCH] chore: bump action runtime to node20 --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 8bc6ba2..d8fa735 100644 --- a/action.yaml +++ b/action.yaml @@ -37,6 +37,6 @@ inputs: # outputs runs: - using: node16 + using: node20 main: dist/index.js post: dist/index.js