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'