File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717 strategy :
1818 matrix :
19- node-version : [20.x, 22.x]
19+ node-version : [22.x]
2020
2121 steps :
2222 - name : Checkout
5050 npm run test:schematics
5151 npm run test:i18n
5252 env :
53- NODE_OPTIONS : --max_old_space_size=4096 ${{ matrix.node-version == '22.x' && '-- no-experimental-strip-types' || '' }}
53+ NODE_OPTIONS : --max_old_space_size=4096 -- no-experimental-strip-types
5454 TZ : America/New_York
5555 - name : Build i18n & validate output
5656 run : |
7171 - name : Bundle Tree-Shake & SSR Test
7272 run : npm run build:bundletest
7373 - 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
74+ uses : coverallsapp/github-action@v2
7675 with :
7776 github-token : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments