Commit 43eefa5 1 parent dcb5a67 commit 43eefa5 Copy full SHA for 43eefa5
File tree 3 files changed +13
-11
lines changed
3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
17
17
code-coverage :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
22
- - name : Set Node.js 16 .x
23
- uses : actions/setup-node@v3.4.1
22
+ - name : Set Node.js 20 .x
23
+ uses : actions/setup-node@v4
24
24
with :
25
- node-version : 16 .x
25
+ node-version : 20 .x
26
26
27
27
- name : Install dependencies
28
28
run : cd synopsys-task && npm ci
46
46
if [[ $coverageValue < 90 ]]; then
47
47
echo "##[error]Line coverage is below 90%"
48
48
exit 1
49
- fi
50
-
49
+ fi
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
23
23
runs-on : ubuntu-latest
24
24
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
28
- - name : Set Node.js 16 .x
29
- uses : actions/setup-node@v3.4.1
28
+ - name : Set Node.js 20 .x
29
+ uses : actions/setup-node@v4
30
30
with :
31
- node-version : 16 .x
31
+ node-version : 20 .x
32
32
33
33
- name : Install dependencies
34
34
run : cd synopsys-task && npm ci
Original file line number Diff line number Diff line change 478
478
}
479
479
],
480
480
"execution" : {
481
- "Node" : {
481
+ "Node10" : {
482
+ "target" : " dist/index.js"
483
+ },
484
+ "Node16" : {
482
485
"target" : " dist/index.js"
483
486
}
484
487
}
You can’t perform that action at this time.
0 commit comments