We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e169c93 commit 6ef8a7dCopy full SHA for 6ef8a7d
1 file changed
.github/workflows/nodejs.yml
@@ -16,7 +16,7 @@ jobs:
16
17
strategy:
18
matrix:
19
- node-version: [20.x, 22.x]
+ node-version: [22.x]
20
21
steps:
22
- name: Checkout
@@ -50,7 +50,7 @@ jobs:
50
npm run test:schematics
51
npm run test:i18n
52
env:
53
- NODE_OPTIONS: --max_old_space_size=4096 ${{ matrix.node-version == '22.x' && '--no-experimental-strip-types' || '' }}
+ NODE_OPTIONS: --max_old_space_size=4096 --no-experimental-strip-types
54
TZ: America/New_York
55
- name: Build i18n & validate output
56
run: |
@@ -71,7 +71,6 @@ jobs:
71
- name: Bundle Tree-Shake & SSR Test
72
run: npm run build:bundletest
73
- name: Publish to coveralls.io
74
- if: github.repository == 'IgniteUI/igniteui-angular' && matrix.node-version == '20.x'
75
uses: coverallsapp/github-action@v2.3.4
76
with:
77
github-token: ${{ github.token }}
0 commit comments