File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
- node-version : [16 .x, 18 .x, 20 .x]
21
+ node-version : [20 .x, 22 .x, 24.x, 26 .x]
22
22
os : [ubuntu-latest, windows-latest]
23
23
24
24
steps :
@@ -54,18 +54,18 @@ jobs:
54
54
run : npm run test-refactoring
55
55
56
56
- name : Merge lcov
57
- if : ${{ matrix.node-version == '16 .x' && matrix.os == 'ubuntu-latest' }}
57
+ if : ${{ matrix.node-version == '20 .x' && matrix.os == 'ubuntu-latest' }}
58
58
run : npm run merge-lcov
59
59
60
60
- name : Sonarcloud
61
- if : ${{ matrix.node-version == '16 .x' && matrix.os == 'ubuntu-latest' }}
61
+ if : ${{ matrix.node-version == '20 .x' && matrix.os == 'ubuntu-latest' }}
62
62
uses : SonarSource/sonarqube-scan-action@v5
63
63
env :
64
64
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
65
65
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
66
66
67
67
- name : Angular expo test
68
- if : ${{ matrix.node-version == '20 .x' && matrix.os == 'ubuntu-latest' }}
68
+ if : ${{ matrix.node-version == '26 .x' && matrix.os == 'ubuntu-latest' }}
69
69
run : npm run angularexpo
70
70
71
71
e2e :
You can’t perform that action at this time.
0 commit comments