From fc2174804b84f912b1f6d334e9463f484f1c552d Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Wed, 3 Sep 2025 09:38:45 -0400 Subject: [PATCH] Update README with correct Node version (#515) Closes https://github.com/google-github-actions/auth/issues/514 Signed-off-by: Seth Vargo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09f0b4a..2ddaf78 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ support](https://cloud.google.com/support).** gha-creds-*.json ``` -- This action runs using Node 20. Use a [runner +- This action runs using Node 24. Use a [runner version](https://github.com/actions/virtual-environments) that supports this version of Node or newer.