Skip to content

Commit 1afe458

Browse files
committed
ci(schematics): try using flag directly in the command
1 parent 76bb3dc commit 1afe458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
run: |
4848
npm run test:lib
4949
npm run test:styles
50-
npm run test:schematics
50+
NODE_OPTIONS="--no-experimental-strip-types" npm run test:schematics
5151
npm run test:i18n
5252
env:
53-
NODE_OPTIONS: --max_old_space_size=4096 --no-experimental-strip-types
53+
NODE_OPTIONS: --max_old_space_size=4096
5454
TZ: America/New_York
5555
- name: Build i18n & validate output
5656
run: |

0 commit comments

Comments
 (0)