From a1e133f9637b9f31a195959c5cc6490bc3ef4082 Mon Sep 17 00:00:00 2001 From: JD Cargile Date: Wed, 21 Feb 2024 11:24:38 -0700 Subject: [PATCH] chore: Update to node 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ea8bd83..83f7fd1 100644 --- a/action.yml +++ b/action.yml @@ -21,5 +21,5 @@ inputs: description: 'Timezone (ex. America/Denver)' required: false runs: - using: 'node18' + using: 'node20' main: 'dist/index.js' \ No newline at end of file