Skip to content

Conversation

@ChronosSF
Copy link
Member

No description provided.

@kdinev
Copy link
Member

kdinev commented Oct 23, 2025

@ChronosSF You need this, in order to successfully run on node 22:

- name: Test
        run: |
            npm run test:lib
            npm run test:styles
            npm run test:schematics
            npm run test:i18n
        env:
        //WITHOUT THIS IT WON'T SUCCEED
            NODE_OPTIONS: --max_old_space_size=4096 ${{ matrix.node-version == '22.x' && '--no-experimental-strip-types' || '' }} 
            TZ: America/New_York

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants