From 1ad2eae817a6ae31b5f25c25919dd08453b1309b Mon Sep 17 00:00:00 2001 From: Emmanuel Gautier Date: Sat, 21 Sep 2024 12:17:18 +0200 Subject: [PATCH] chore: upgrade node version used in action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 96cd5f8..5c7b51c 100644 --- a/action.yml +++ b/action.yml @@ -29,5 +29,5 @@ outputs: time: # output will be available to future steps description: 'The current time after waiting' runs: - using: 'node12' + using: 'node20' main: 'dist/index.js'