From 8983e53a1e15937fc52d8f2712efc2f7dbc8ec07 Mon Sep 17 00:00:00 2001 From: Erik Burton Date: Tue, 17 Oct 2023 13:52:14 -0700 Subject: [PATCH] Updating to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b1b7fa8..da772f4 100644 --- a/action.yml +++ b/action.yml @@ -21,5 +21,5 @@ inputs: required: false default: 'gotestfmt' runs: - using: 'node16' + using: 'node20' main: 'index.js'