diff --git a/action.yml b/action.yml index 6278176f5..ef7423d9b 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: required: true description: 'Local directory to be published as a static site' runs: - using: 'node12' + using: 'node14' main: 'dist/index.js' branding: icon: 'upload-cloud'