File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919 strategy :
2020 matrix :
21- node-version : [20.x, 22.x]
21+ node-version : [22.x]
2222
2323 steps :
2424 - name : Checkout
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 : |
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 }}
You can’t perform that action at this time.
0 commit comments