We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db2ae9 commit a63ca16Copy full SHA for a63ca16
.github/workflows/nodejs.yml
@@ -50,7 +50,7 @@ jobs:
50
npm run test:schematics
51
npm run test:i18n
52
env:
53
- NODE_OPTIONS: --max_old_space_size=4096
+ NODE_OPTIONS: --max_old_space_size=4096 ${{ matrix.node-version == '22.x' && '--no-experimental-strip-types' || '' }}
54
TZ: America/New_York
55
- name: Build i18n & validate output
56
run: |
0 commit comments