docs: add a node about node16 on self-hosted runners (#149)

This commit is contained in:
Seth Vargo 2022-03-08 10:24:24 -05:00 committed by GitHub
parent db6919d074
commit e9ca24f3e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,10 @@ and permissions on Google Cloud.
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