This repository was archived by the owner on May 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - uses : actions/checkout@master
21- - uses : actions/setup-node@v1
21+ - uses : actions/setup-node@v4
22+ with :
23+ node-version : 20
2224 - uses : ./
2325 with :
2426 version : ' ${{ matrix.version }}'
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ inputs:
1919 description : ' Proxy server'
2020 required : false
2121runs :
22- using : ' node16 '
22+ using : ' node20 '
2323 main : ' dist/index.js'
Original file line number Diff line number Diff line change @@ -335,7 +335,6 @@ const URL = __webpack_require__(835).URL
335335const { https } = __webpack_require__ ( 549 )
336336const AdmZip = __webpack_require__ ( 639 )
337337const HttpsProxyAgent = __webpack_require__ ( 338 )
338- var proxy = process . env . http_proxy || 'http://168.63.76.32:3128' ;
339338
340339const selectPlatforn = ( platform ) =>
341340 platform ? [ null , platform ] :
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ const URL = require('url').URL
77const { https } = require ( 'follow-redirects' )
88const AdmZip = require ( 'adm-zip' )
99const HttpsProxyAgent = require ( 'https-proxy-agent' )
10- var proxy = process . env . http_proxy || 'http://168.63.76.32:3128' ;
1110
1211const selectPlatforn = ( platform ) =>
1312 platform ? [ null , platform ] :
You can’t perform that action at this time.
0 commit comments