mirror of
https://github.com/actions/http-client.git
synced 2025-02-24 16:22:28 +00:00
readme
This commit is contained in:
parent
26de74e6a7
commit
afbe13ca2c
12
README.md
12
README.md
@ -46,12 +46,6 @@ To enable detailed console logging of all HTTP requests and responses, set the N
|
||||
export NODE_DEBUG=http
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```
|
||||
set NODE_DEBUG=http
|
||||
```
|
||||
|
||||
## Node support
|
||||
|
||||
The http-client is built using the latest LTS version of Node 12. We also support the latest LTS for Node 6, 8 and Node 10.
|
||||
@ -60,6 +54,12 @@ The http-client is built using the latest LTS version of Node 12. We also suppor
|
||||
|
||||
We welcome PRs. Please create an issue and if applicable, a design before proceeding with code.
|
||||
|
||||
once:
|
||||
|
||||
```bash
|
||||
$ npm install
|
||||
```
|
||||
|
||||
To build:
|
||||
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user