From cd6f6d180f611d254aa9985b0367e830102fc70f Mon Sep 17 00:00:00 2001 From: Peter Mescalchin Date: Wed, 2 Mar 2022 11:56:53 +1100 Subject: [PATCH] Update `README.md` workflow status badges to new format --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bfdc762f..180b1202 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # setup-node -

- build-test status versions status proxy status -

+[![build-test](https://github.com/actions/setup-node/actions/workflows/build-test.yml/badge.svg)](https://github.com/actions/setup-node/actions/workflows/build-test.yml) +[![versions](https://github.com/actions/setup-node/actions/workflows/versions.yml/badge.svg)](https://github.com/actions/setup-node/actions/workflows/versions.yml) +[![proxy](https://github.com/actions/setup-node/actions/workflows/proxy.yml/badge.svg)](https://github.com/actions/setup-node/actions/workflows/proxy.yml) This action provides the following functionality for GitHub Actions users: @@ -33,6 +33,7 @@ The action will first check the local cache for a semver match. If unable to fin For information regarding locally cached versions of Node.js on GitHub hosted runners, check out [GitHub Actions Virtual Environments](https://github.com/actions/virtual-environments). #### Supported version syntax + The `node-version` input supports the following syntax: major versions: `12`, `14`, `16` @@ -73,6 +74,7 @@ steps: ``` ## Matrix Testing: + ```yaml jobs: build: