Skip to content

Commit d2458f8

Browse files
authored
feat(CI): bump Node.js versions matrix
1 parent 1d4975d commit d2458f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
node-version: [16.x, 18.x, 20.x]
21+
node-version: [20.x, 22.x, 24.x, 26.x]
2222
os: [ubuntu-latest, windows-latest]
2323

2424
steps:
@@ -54,18 +54,18 @@ jobs:
5454
run: npm run test-refactoring
5555

5656
- 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' }}
5858
run: npm run merge-lcov
5959

6060
- name: Sonarcloud
61-
if: ${{ matrix.node-version == '16.x' && matrix.os == 'ubuntu-latest' }}
61+
if: ${{ matrix.node-version == '20.x' && matrix.os == 'ubuntu-latest' }}
6262
uses: SonarSource/sonarqube-scan-action@v5
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6666

6767
- 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' }}
6969
run: npm run angularexpo
7070

7171
e2e:

0 commit comments

Comments
 (0)