diff --git a/action.yml b/action.yml index 05c426d..64e58a4 100644 --- a/action.yml +++ b/action.yml @@ -13,5 +13,5 @@ outputs: chrome-path: description: 'The installed Google Chrome/Chromium path.' runs: - using: 'node16' + using: 'node20' main: 'index.js'