From e9ca24f3e2ae6c0a28c5d31d39919a04f11e62e4 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 8 Mar 2022 10:24:24 -0500 Subject: [PATCH] docs: add a node about node16 on self-hosted runners (#149) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9e172275..34c99487 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ and permissions on Google Cloud. # Ignore generated credentials from google-github-actions/auth gha-creds-*.json ``` + +- This action runs using Node 16. If you are using self-hosted GitHub Actions + runners, you must use runner version [2.285.0](https://github.com/actions/virtual-environments) + or newer. ## Usage