diff --git a/action.yml b/action.yml index de72b6a..38db9b8 100644 --- a/action.yml +++ b/action.yml @@ -13,5 +13,5 @@ outputs: timestamp: description: 'Latest tag timestamp' runs: - using: 'node12' + using: 'node16' main: 'main.js'