diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 26ab7d717ad..712247de0fb 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [20.x, 22.17.1] + node-version: [20.x, 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 --no-experimental-strip-types + NODE_OPTIONS: --max_old_space_size=4096 ${{ matrix.node-version == '22.x' && '--no-experimental-strip-types' || '' }} TZ: America/New_York - name: Build i18n & validate output run: |