diff --git a/action.yml b/action.yml index 6bc50baa8..5cb3af676 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'Deploy to GitHub Pages' description: 'This action will handle the deployment process of your project to GitHub Pages.' author: 'James Ives ' runs: - using: 'node12' + using: 'node16' main: 'lib/main.js' branding: icon: 'git-commit'