diff --git a/action.yml b/action.yml index 7eb90f4..c9e89a7 100644 --- a/action.yml +++ b/action.yml @@ -61,6 +61,6 @@ outputs: description: 'Email address associated with the GPG key' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' post: 'dist/index.js'