From ddfa78e061cd8586fcbbe0fb8c46901f3af30d1b Mon Sep 17 00:00:00 2001 From: Iakhub Seitasanov Date: Sat, 27 Jan 2024 13:52:44 +0300 Subject: [PATCH] Update nodejs version 20 Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, browser-actions/setup-chrome@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'