diff --git a/action.yml b/action.yml index 7f5b0a1..bcc6df1 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: Automated Version Bump description: Automated version bump for npm packages. runs: - using: node12 + using: node14 main: index.js branding: icon: chevron-up