Set up node.js environment using nvm.
Add the following to your pipeline.yml
:
steps:
- command: ls
plugins:
- automattic/nvm#0.3.0:
version: 'v18'
The node.js version that nvm supports. If it's not set, the project's .nvmrc
file will be used.
Content of a .curlrc
file. This option can be used to pass extra command line arguments to all curl commands. For example --http1.1
makes nvm–which invokes curl commands—use HTTP1.1 protocol.
- Fork the repo
- Make the changes
- Run the tests
- Commit and push your changes
- Send a pull request