From e67c856596f901b38300dc972d5619cfdedd365f Mon Sep 17 00:00:00 2001 From: shaito Date: Thu, 8 Aug 2024 12:51:42 -0300 Subject: [PATCH] chore: update node --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 70e373e..50832f3 100644 --- a/action.yml +++ b/action.yml @@ -27,5 +27,5 @@ outputs: exported: description: 'boolean describing package was exported successfully or not' runs: - using: 'node18' + using: 'node20' main: 'dist/index.js'