Skip to content

Commit 1ef5b13

Browse files
ci: ignore Node.js 8
> internal/streams/legacy.js:59 > throw er; // Unhandled stream error in pipe. > ^ > > Error: certificate has expired > at TLSSocket.<anonymous> (_tls_wrap.js:1116:38) > at emitNone (events.js:106:13) > at TLSSocket.emit (events.js:208:7) > at TLSSocket._finishInit (_tls_wrap.js:643:8) > at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:473:38)
1 parent 280de36 commit 1ef5b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
node-version: [8.x, 10.x]
13+
node-version: [10.x]
1414

1515
steps:
1616
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)