diff --git a/action.yml b/action.yml index 48f1213..66eb4b3 100644 --- a/action.yml +++ b/action.yml @@ -42,5 +42,5 @@ outputs: service: description: 'The created or found Service in JSON' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'