diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 712247de0fb..5e7cb9aa6a9 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [20.x, 22.x] + node-version: [22.x] steps: - name: Checkout @@ -50,7 +50,7 @@ jobs: npm run test:schematics npm run test:i18n env: - 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 TZ: America/New_York - name: Build i18n & validate output run: | @@ -71,7 +71,6 @@ jobs: - name: Bundle Tree-Shake & SSR Test run: npm run build:bundletest - name: Publish to coveralls.io - if: github.repository == 'IgniteUI/igniteui-angular' && matrix.node-version == '20.x' - uses: coverallsapp/github-action@v2.3.4 + uses: coverallsapp/github-action@v2 with: github-token: ${{ github.token }}