File tree 8 files changed +18
-18
lines changed
distribution/debian/flood-bin
8 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 14
14
15
15
strategy :
16
16
matrix :
17
- node : [14, 16 ]
17
+ node : [18, 20 ]
18
18
fail-fast : false
19
19
20
20
steps :
Original file line number Diff line number Diff line change 15
15
strategy :
16
16
fail-fast : false
17
17
matrix :
18
- node : [16 ]
18
+ node : [20 ]
19
19
check : [check-source-formatting, check-types, lint]
20
20
21
21
steps :
Original file line number Diff line number Diff line change 13
13
14
14
strategy :
15
15
matrix :
16
- node : [16 ]
16
+ node : [20 ]
17
17
18
18
steps :
19
19
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 11
11
12
12
strategy :
13
13
matrix :
14
- node : [16 ]
14
+ node : [20 ]
15
15
16
16
steps :
17
17
- uses : actions/checkout@v3
@@ -120,7 +120,7 @@ jobs:
120
120
121
121
strategy :
122
122
matrix :
123
- node : [16 ]
123
+ node : [20 ]
124
124
125
125
steps :
126
126
- uses : actions/checkout@v3
@@ -177,7 +177,7 @@ jobs:
177
177
178
178
strategy :
179
179
matrix :
180
- node : [16 ]
180
+ node : [20 ]
181
181
182
182
steps :
183
183
- name : Use Node.js ${{ matrix.node }}
Original file line number Diff line number Diff line change 11
11
12
12
strategy :
13
13
matrix :
14
- node : [16 ]
14
+ node : [20 ]
15
15
16
16
steps :
17
17
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 14
14
15
15
strategy :
16
16
matrix :
17
- node : [14, 16 ]
17
+ node : [18, 20 ]
18
18
fail-fast : false
19
19
20
20
steps :
@@ -37,11 +37,11 @@ jobs:
37
37
- run : npm test || npm test || npm test
38
38
39
39
- uses : codecov/codecov-action@v1
40
- if : matrix.node == 16
40
+ if : matrix.node == 20
41
41
42
42
- run : |
43
43
sudo apt-get remove --purge -y rtorrent
44
44
sudo apt-get install -y rtorrent
45
45
46
46
- run : npm test -- --selectProjects rtorrent || npm test -- --selectProjects rtorrent || npm test -- --selectProjects rtorrent
47
- if : matrix['node'] == '16 '
47
+ if : matrix['node'] == '20 '
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ genrule(
19
19
"package.json" ,
20
20
] + glob (["node_modules/**/*" ]),
21
21
outs = ["arm64/flood" ],
22
- cmd = "pkg $$(dirname $(location package.json)) -t node14 -linuxstatic-arm64 --out-path $(RULEDIR)/arm64" ,
22
+ cmd = "pkg $$(dirname $(location package.json)) -t node18 -linuxstatic-arm64 --out-path $(RULEDIR)/arm64" ,
23
23
executable = True ,
24
24
)
25
25
@@ -30,7 +30,7 @@ genrule(
30
30
"package.json" ,
31
31
] + glob (["node_modules/**/*" ]),
32
32
outs = ["x64/flood" ],
33
- cmd = "pkg $$(dirname $(location package.json)) -t node14 -linuxstatic-x64 --out-path $(RULEDIR)/x64" ,
33
+ cmd = "pkg $$(dirname $(location package.json)) -t node18 -linuxstatic-x64 --out-path $(RULEDIR)/x64" ,
34
34
executable = True ,
35
35
)
36
36
Original file line number Diff line number Diff line change 39
39
" dist/geoip-country6.dat"
40
40
],
41
41
"targets" : [
42
- " node14 -linuxstatic-x64" ,
43
- " node14 -linuxstatic-arm64" ,
44
- " node14 -macos-x64" ,
45
- " node14 -macos-arm64" ,
46
- " node14 -win-x64" ,
47
- " node14 -win-arm64"
42
+ " node18 -linuxstatic-x64" ,
43
+ " node18 -linuxstatic-arm64" ,
44
+ " node18 -macos-x64" ,
45
+ " node18 -macos-arm64" ,
46
+ " node18 -win-x64" ,
47
+ " node18 -win-arm64"
48
48
]
49
49
},
50
50
"scripts" : {
You can’t perform that action at this time.
0 commit comments