Skip to content

Commit fd4d1c7

Browse files
authored
feat(CI): bump Node.js versions matrix
1 parent 01ed633 commit fd4d1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6666

6767
- name: Angular expo test
68-
if: ${{ matrix.node-version == '26.x' && matrix.os == 'ubuntu-latest' }}
68+
if: ${{ matrix.node-version == '24.x' && matrix.os == 'ubuntu-latest' }}
6969
run: npm run angularexpo
7070

7171
e2e:

0 commit comments

Comments
 (0)