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 76bb3dc commit 1afe458Copy full SHA for 1afe458
.github/workflows/nodejs.yml
@@ -47,10 +47,10 @@ jobs:
47
run: |
48
npm run test:lib
49
npm run test:styles
50
- npm run test:schematics
+ NODE_OPTIONS="--no-experimental-strip-types" npm run test:schematics
51
npm run test:i18n
52
env:
53
- NODE_OPTIONS: --max_old_space_size=4096 --no-experimental-strip-types
+ NODE_OPTIONS: --max_old_space_size=4096
54
TZ: America/New_York
55
- name: Build i18n & validate output
56
0 commit comments