diff --git a/README.md b/README.md index bfdc762f..180b1202 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # setup-node -
+[](https://github.com/actions/setup-node/actions/workflows/build-test.yml) +[](https://github.com/actions/setup-node/actions/workflows/versions.yml) +[](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: