From 7520c2a0ed9587225c57c14f9940dc4d4efe2590 Mon Sep 17 00:00:00 2001 From: Kentaro Ohkouchi Date: Wed, 7 Feb 2024 16:30:06 +0900 Subject: [PATCH] Bump node16 to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index cfb7f6ee..16f4d517 100644 --- a/action.yml +++ b/action.yml @@ -6,6 +6,6 @@ inputs: description: 'The chromedriver version to install' required: false runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'