File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242 node-version : 24
4343 - run : npm install
4444 - run : npm install typescript@${{ matrix.typescript-version }}
45- - run : NODE_OPTIONS="--max-old-space-size=5120 " npx tsc
45+ - run : NODE_OPTIONS="--max-old-space-size=6144 " npx tsc
Original file line number Diff line number Diff line change 2323 - run : npm install typescript@${{ matrix.typescript-version }}
2424 - name : show installed typescript version
2525 run : npm list typescript --depth=0
26- - run : NODE_OPTIONS="--max-old-space-size=5120 " npx tsc
26+ - run : NODE_OPTIONS="--max-old-space-size=8192 " npx tsc
Original file line number Diff line number Diff line change 2525 "node" : " >=20"
2626 },
2727 "scripts" : {
28- "test:tsc" : " node --max-old-space-size=5120 ./node_modules/.bin/tsc" ,
29- "test:tsd" : " tsd" ,
28+ "test:tsc" : " node --max-old-space-size=6144 ./node_modules/.bin/tsc" ,
29+ "test:tsd" : " node --max-old-space-size=6144 ./node_modules/.bin/ tsd" ,
3030 "test:xo" : " xo" ,
3131 "test:linter" : " node --test" ,
3232 "test" : " run-p test:*"
You can’t perform that action at this time.
0 commit comments