Skip to content

Commit 499a238

Browse files
authored
Merge pull request #16899 from IgniteUI/update-node-versions
chore(ci): updating ci to run against one node version
2 parents 2985131 + 0a95175 commit 499a238

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
node-version: [20.x, 22.x]
21+
node-version: [22.x]
2222

2323
steps:
2424
- name: Checkout
@@ -52,7 +52,7 @@ jobs:
5252
npm run test:schematics
5353
npm run test:i18n
5454
env:
55-
NODE_OPTIONS: --max_old_space_size=4096 ${{ matrix.node-version == '22.x' && '--no-experimental-strip-types' || '' }}
55+
NODE_OPTIONS: --max_old_space_size=4096 --no-experimental-strip-types
5656
TZ: America/New_York
5757
- name: Build i18n & validate output
5858
run: |
@@ -73,7 +73,6 @@ jobs:
7373
- name: Bundle Tree-Shake & SSR Test
7474
run: npm run build:bundletest
7575
- name: Publish to coveralls.io
76-
if: github.repository == 'IgniteUI/igniteui-angular' && matrix.node-version == '20.x'
77-
uses: coverallsapp/github-action@v2.3.4
76+
uses: coverallsapp/github-action@v2
7877
with:
7978
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)