This repository was archived by the owner on May 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- uses : actions/checkout@master
21
- - uses : actions/setup-node@v1
21
+ - uses : actions/setup-node@v4
22
+ with :
23
+ node-version : 20
22
24
- uses : ./
23
25
with :
24
26
version : ' ${{ matrix.version }}'
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ inputs:
19
19
description : ' Proxy server'
20
20
required : false
21
21
runs :
22
- using : ' node16 '
22
+ using : ' node20 '
23
23
main : ' dist/index.js'
Original file line number Diff line number Diff line change @@ -335,7 +335,6 @@ const URL = __webpack_require__(835).URL
335
335
const { https } = __webpack_require__ ( 549 )
336
336
const AdmZip = __webpack_require__ ( 639 )
337
337
const HttpsProxyAgent = __webpack_require__ ( 338 )
338
- var proxy = process . env . http_proxy || 'http://168.63.76.32:3128' ;
339
338
340
339
const selectPlatforn = ( platform ) =>
341
340
platform ? [ null , platform ] :
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ const URL = require('url').URL
7
7
const { https } = require ( 'follow-redirects' )
8
8
const AdmZip = require ( 'adm-zip' )
9
9
const HttpsProxyAgent = require ( 'https-proxy-agent' )
10
- var proxy = process . env . http_proxy || 'http://168.63.76.32:3128' ;
11
10
12
11
const selectPlatforn = ( platform ) =>
13
12
platform ? [ null , platform ] :
You can’t perform that action at this time.
0 commit comments