File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 99jobs :
1010
1111 compile :
12+ if : false
1213 runs-on : windows-2019
1314 steps :
1415 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 66
77Get Windows System Root certificates for [ Node.js] .
88
9+ ## Deprecation notice
10+
11+ ` win-ca ` is no longer supported.
12+
13+ Since Node.js v22.15.0 one can
14+ ``` js
15+ import { globalAgent } from ' https'
16+ import { getCACertificates } from ' node:tls'
17+
18+ globalAgent .options .ca = getCACertificates (' system' )
19+ ```
20+
921## Rationale
1022
1123Unlike [ Ruby] [ ] , [ Node.js] [ ] on Windows ** allows**
Original file line number Diff line number Diff line change 55
66shallow_clone : true
77
8+ branches :
9+ only :
10+ - never-build
11+
812matrix :
913 allow_failures :
1014 - NOV : 14
You can’t perform that action at this time.
0 commit comments