2019-08-03 21:49:54 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								# setup-node
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-04-01 06:14:07 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								[](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)
							 
						 
					
						
							
								
									
										
										
										
											2019-08-12 15:10:38 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-06-25 12:06:49 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								This action provides the following functionality for GitHub Actions users:
							 
						 
					
						
							
								
									
										
										
										
											2019-08-03 21:49:54 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-06-22 18:32:22 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								-  Optionally downloading and caching distribution of the requested Node.js version, and adding it to the PATH
							 
						 
					
						
							
								
									
										
										
										
											2021-07-15 20:14:30 +01:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								-  Optionally caching npm/yarn/pnpm dependencies
							 
						 
					
						
							
								
									
										
										
										
											2021-06-22 18:32:22 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								-  Registering problem matchers for error output
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								-  Configuring authentication for GPR or npm
							 
						 
					
						
							
								
									
										
										
										
											2019-08-03 21:49:54 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-04-26 15:11:03 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								## Usage
 
							 
						 
					
						
							
								
									
										
										
										
											2020-05-19 09:57:20 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-06-22 18:32:22 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								See [action.yml ](action.yml )
							 
						 
					
						
							
								
									
										
										
										
											2020-05-19 09:57:20 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-06-22 18:32:22 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								**Basic:**
							 
						 
					
						
							
								
									
										
										
										
											2022-04-01 19:13:52 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-05-19 09:57:20 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```yaml
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								steps:
							 
						 
					
						
							
								
									
										
										
										
											2022-04-01 19:13:52 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								-  uses: actions/checkout@v3 
							 
						 
					
						
							
								
									
										
										
										
											2022-04-01 06:14:07 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								-  uses: actions/setup-node@v3 
							 
						 
					
						
							
								
									
										
										
										
											2020-05-19 09:57:20 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  with:
							 
						 
					
						
							
								
									
										
										
										
											2022-04-26 15:11:03 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    node-version: 14
							 
						 
					
						
							
								
									
										
										
										
											2022-05-05 16:16:51 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								-  run: npm ci
							 
						 
					
						
							
								
									
										
										
										
											2021-06-22 18:32:22 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								-  run: npm test
							 
						 
					
						
							
								
									
										
										
										
											2020-05-19 09:57:20 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-04-01 06:14:07 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								The `node-version`  input is optional. If not supplied, the node version from PATH will be used. However, it is recommended to always specify Node.js version and don't rely on the system one.
							 
						 
					
						
							
								
									
										
										
										
											2020-05-19 09:57:20 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-06-22 18:32:22 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								The action will first check the local cache for a semver match. If unable to find a specific version in the cache, the action will attempt to download a version of Node.js. It will pull LTS versions from [node-versions releases ](https://github.com/actions/node-versions/releases ) and on miss or failure will fall back to the previous behavior of downloading directly from [node dist ](https://nodejs.org/dist/ ).
							 
						 
					
						
							
								
									
										
										
										
											2020-05-19 09:57:20 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-06-22 18:32:22 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								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 ).
							 
						 
					
						
							
								
									
										
										
										
											2019-08-03 21:49:54 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-04-26 15:11:03 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								### Supported version syntax
 
							 
						 
					
						
							
								
									
										
										
										
											2022-04-01 06:14:07 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-05-18 09:50:55 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								The `node-version`  input supports the following values:
							 
						 
					
						
							
								
									
										
										
										
											2021-06-30 15:07:45 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-05-18 09:50:55 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								 -  Major versions: `12` , `14` , `16` 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								 -  More specific versions: `10.15` , `14.2.0` , `16.3.0` 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								 -  NVM LTS syntax: `lts/erbium` , `lts/fermium` , `lts/*` 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								 -  Latest release: `latest` /`current` /`node` 
							 
						 
					
						
							
								
									
										
										
										
											2022-05-12 17:26:02 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								**Note:** Since the latest release will not be cached always, there is possibility of hitting rate limit when downloading from dist
							 
						 
					
						
							
								
									
										
										
										
											2021-06-30 15:07:45 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-05-05 16:16:51 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								### Checking in lockfiles
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								It's **always**  recommended to commit the lockfile of your package manager for security and performance reasons. For more information consult the "Working with lockfiles" section of the [Advanced usage ](docs/advanced-usage.md#working-with-lockfiles ) guide.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-04-18 16:15:27 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								## Caching global packages data
 
							 
						 
					
						
							
								
									
										
										
										
											2021-06-22 18:32:22 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-04-18 16:15:27 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								The action has a built-in functionality for caching and restoring dependencies. It uses [actions/cache ](https://github.com/actions/cache ) under the hood for caching global packages data but requires less configuration settings. Supported package managers are `npm` , `yarn` , `pnpm`  (v6.10+). The `cache`  input is optional, and caching is turned off by default.
							 
						 
					
						
							
								
									
										
										
										
											2021-08-03 17:18:13 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-08-05 12:00:47 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								The action defaults to search for the dependency file (`package-lock.json`  or `yarn.lock` ) in the repository root, and uses its hash as a part of the cache key. Use `cache-dependency-path`  for cases when multiple dependency files are used, or they are located in different subdirectories.
							 
						 
					
						
							
								
									
										
										
										
											2021-08-03 17:18:13 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-04-18 16:15:27 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								**Note:** The action does not cache `node_modules` 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-04-26 15:11:03 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								See the examples of using cache for `yarn` /`pnpm`  and `cache-dependency-path`  input in the [Advanced usage ](docs/advanced-usage.md#caching-packages-data ) guide.
							 
						 
					
						
							
								
									
										
										
										
											2019-08-03 21:49:54 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-06-30 15:07:45 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								**Caching npm dependencies:**
							 
						 
					
						
							
								
									
										
										
										
											2022-04-01 19:13:52 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2019-08-03 21:49:54 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								```yaml
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								steps:
							 
						 
					
						
							
								
									
										
										
										
											2022-04-01 19:13:52 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								-  uses: actions/checkout@v3 
							 
						 
					
						
							
								
									
										
										
										
											2022-04-01 06:14:07 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								-  uses: actions/setup-node@v3 
							 
						 
					
						
							
								
									
										
										
										
											2019-08-03 21:49:54 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  with:
							 
						 
					
						
							
								
									
										
										
										
											2022-04-26 15:11:03 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    node-version: 14
							 
						 
					
						
							
								
									
										
										
										
											2021-06-22 18:32:22 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    cache: 'npm'
							 
						 
					
						
							
								
									
										
										
										
											2022-05-05 16:16:51 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								-  run: npm ci
							 
						 
					
						
							
								
									
										
										
										
											2019-08-03 21:49:54 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								-  run: npm test
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-08-05 12:00:47 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								**Caching npm dependencies in monorepos:**
							 
						 
					
						
							
								
									
										
										
										
											2022-04-01 19:13:52 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-07-15 20:14:30 +01:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```yaml
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								steps:
							 
						 
					
						
							
								
									
										
										
										
											2022-04-01 19:13:52 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								-  uses: actions/checkout@v3 
							 
						 
					
						
							
								
									
										
										
										
											2022-04-01 06:14:07 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								-  uses: actions/setup-node@v3 
							 
						 
					
						
							
								
									
										
										
										
											2021-07-15 20:14:30 +01:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  with:
							 
						 
					
						
							
								
									
										
										
										
											2022-04-26 15:11:03 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    node-version: 14
							 
						 
					
						
							
								
									
										
										
										
											2021-08-05 12:00:47 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    cache: 'npm'
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    cache-dependency-path: subdir/package-lock.json
							 
						 
					
						
							
								
									
										
										
										
											2022-05-05 16:16:51 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								-  run: npm ci
							 
						 
					
						
							
								
									
										
										
										
											2021-08-05 12:00:47 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								-  run: npm test
							 
						 
					
						
							
								
									
										
										
										
											2021-06-30 16:44:51 +01:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-04-26 15:11:03 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								## Matrix Testing
 
							 
						 
					
						
							
								
									
										
										
										
											2022-04-01 06:14:07 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2019-08-03 21:49:54 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								```yaml
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								jobs:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  build:
							 
						 
					
						
							
								
									
										
										
										
											2021-06-22 18:32:22 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    runs-on: ubuntu-latest
							 
						 
					
						
							
								
									
										
										
										
											2019-08-03 21:49:54 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								    strategy:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      matrix:
							 
						 
					
						
							
								
									
										
										
										
											2022-04-26 15:11:03 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        node: [ 12, 14, 16 ]
							 
						 
					
						
							
								
									
										
										
										
											2019-08-03 21:49:54 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								    name: Node ${{ matrix.node }} sample
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    steps:
							 
						 
					
						
							
								
									
										
										
										
											2022-04-01 19:13:52 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      -  uses: actions/checkout@v3 
							 
						 
					
						
							
								
									
										
										
										
											2019-08-03 21:49:54 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								      -  name: Setup node
							 
						 
					
						
							
								
									
										
										
										
											2022-04-01 06:14:07 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        uses: actions/setup-node@v3 
							 
						 
					
						
							
								
									
										
										
										
											2019-08-03 21:49:54 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								        with:
							 
						 
					
						
							
								
									
										
										
										
											2019-08-13 16:32:09 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          node-version: ${{ matrix.node }}
							 
						 
					
						
							
								
									
										
										
										
											2022-05-05 16:16:51 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      -  run: npm ci
							 
						 
					
						
							
								
									
										
										
										
											2019-08-03 21:49:54 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								      -  run: npm test
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
									
										
										
										
											2022-04-01 19:13:52 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-06-22 18:32:22 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								## Advanced usage
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								1.  [Check latest version ](docs/advanced-usage.md#check-latest-version )
							 
						 
					
						
							
								
									
										
										
										
											2021-11-29 14:48:31 +05:30 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								2.  [Using a node version file ](docs/advanced-usage.md#node-version-file )
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								3.  [Using different architectures ](docs/advanced-usage.md#architecture )
							 
						 
					
						
							
								
									
										
										
										
											2022-04-22 15:58:19 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								4.  [Caching packages data ](docs/advanced-usage.md#caching-packages-data )
							 
						 
					
						
							
								
									
										
										
										
											2021-11-29 14:48:31 +05:30 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								5.  [Using multiple operating systems and architectures ](docs/advanced-usage.md#multiple-operating-systems-and-architectures )
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								6.  [Publishing to npmjs and GPR with npm ](docs/advanced-usage.md#publish-to-npmjs-and-gpr-with-npm )
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								7.  [Publishing to npmjs and GPR with yarn ](docs/advanced-usage.md#publish-to-npmjs-and-gpr-with-yarn )
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								8.  [Using private packages ](docs/advanced-usage.md#use-private-packages )
							 
						 
					
						
							
								
									
										
										
										
											2019-09-10 13:32:30 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-04-26 15:11:03 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								## License
 
							 
						 
					
						
							
								
									
										
										
										
											2019-08-03 21:49:54 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								The scripts and documentation in this project are released under the [MIT License ](LICENSE )
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-04-26 15:11:03 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								## Contributions
 
							 
						 
					
						
							
								
									
										
										
										
											2019-08-03 21:49:54 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-04-26 15:11:03 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								Contributions are welcome! See [Contributor's Guide ](docs/contributors.md )
							 
						 
					
						
							
								
									
										
										
										
											2020-04-16 18:43:02 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								## Code of Conduct
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-04-26 15:11:03 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								:wave: Be nice. See [our code of conduct ](CODE_OF_CONDUCT.md )