Skip to content

Commit b2e6720

Browse files
committed
Update CI workflow
1 parent 2885050 commit b2e6720

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on: [push, pull_request]
55
jobs:
66
test:
77
name: Test
8-
runs-on: ${{matrix.os}}
8+
runs-on: ${{ matrix.os }}
99

1010
strategy:
1111
matrix:
12-
os: [ubuntu-latest, macOS-latest, windows-latest]
13-
node: [8, 10, 11, 12]
12+
os: [ubuntu-latest, macOS-latest]
13+
node: [10, 12, 13]
1414
exclude:
1515
- os: ubuntu-latest
1616
node: 8

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@ language: node_js
66
node_js:
77
- node
88
- 12
9-
- 11
109
- 10
11-
- 8
1210
after_success: npm run coveralls

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ Checkout the updated list [here](https://github.com/FiloSottile/mkcert/blob/mast
122122

123123
## Troubleshooting
124124
### Node.js version
125-
https-localhost requires Node.js 8 or higher.
126-
<sub>If you need compatibility with previously Node.js versions let me know, we'll try to rearrange the code.</sub>
125+
https-localhost is compatible with the LTS and latest version of Node.js.
126+
<sub>If you need compatibility with other Node.js versions let me know, we'll try to rearrange the code.</sub>
127127

128128
### root required
129129
- **At first run** this tool generate a trusted certificate. The sudo password may be required. If you cannot provide the sudo password generate a `localhost.key` and `localhost.crt` and specify its path with `CERT_PATH=/diractory/containing/certificates/ serve ~/myproj`.

0 commit comments

Comments
 (0)