diff --git a/action.yml b/action.yml index a9dfdad1..cf5325df 100644 --- a/action.yml +++ b/action.yml @@ -30,5 +30,5 @@ inputs: description: 'The path to a Markdown file to be used as a the front page' required: false runs: - using: 'node12' + using: 'node16' main: 'src/index.js'