diff --git a/action.yml b/action.yml index 01636055..afe44157 100644 --- a/action.yml +++ b/action.yml @@ -6,6 +6,6 @@ inputs: description: 'The chromedriver version to install' required: false runs: - using: 'node12' + using: 'node16' main: 'lib/setup-chromedriver.js'