From 189d0b440223060132f94e4a4d06c3b64974a64f Mon Sep 17 00:00:00 2001 From: steveoh Date: Tue, 30 Apr 2024 19:02:38 -0600 Subject: [PATCH] feat!: update to node 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 22aad4b..19cc0c0 100644 --- a/action.yml +++ b/action.yml @@ -12,5 +12,5 @@ inputs: required: true description: 'The filename you want to store the json in' runs: - using: 'node16' + using: 'node20' main: 'dist/main.js'