File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 13
13
fail-fast : false
14
14
matrix :
15
15
version : [22.x, 20.x, 18.x]
16
- os : [ubuntu-latest, macos-latest , windows-latest]
16
+ os : [ubuntu-latest, macos-14-large , windows-latest]
17
17
name : Node ${{ matrix.version }} on ${{ matrix.os }}
18
18
runs-on : ${{ matrix.os }}
19
19
steps :
Original file line number Diff line number Diff line change @@ -27,3 +27,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
27
- Add ` X-Request-Id ` header
28
28
- Extract ` User-Agent ` header from package.json
29
29
- Rename ` HTTPResponseError ` -> ` HttpResponseError `
30
+ - Fix Java heap memory test issue
Original file line number Diff line number Diff line change 8
8
"build" : " tsc -b" ,
9
9
"lint" : " eslint . --ext .ts --max-warnings 0 --report-unused-disable-directives --format codeframe" ,
10
10
"lint:fix" : " npm run lint -- --fix" ,
11
- "wiremock" : " JAVA_OPTS='-Xmx1024m -Xms512m ' wiremock --port 8080 --bind-address 127.0.0.1 --disable-banner" ,
11
+ "wiremock" : " JAVA_OPTS='-Xmx1536m -Xms768m ' wiremock --port 8080 --bind-address 127.0.0.1 --disable-banner --disable-request-logging --no-request-journal " ,
12
12
"mocha" : " mocha" ,
13
13
"test" : " cross-env NODE_ENV=test TS_NODE_PROJECT=tsconfig.test.json concurrently -k -s first \" wiremock\" \" mocha\" " ,
14
14
"test:coverage" : " nyc --reporter=lcov --reporter=text-summary yarn test" ,
You can’t perform that action at this time.
0 commit comments