Skip to content

Commit b022eb0

Browse files
committed
ci: fix install and test run
Signed-off-by: Thomas Kosiewski <thoma471@googlemail.com>
1 parent e329450 commit b022eb0

File tree

4 files changed

+598
-445
lines changed

4 files changed

+598
-445
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
- run: npm ci
3232
- run: npm run build --if-present
3333
- run: npm run test:prod
34+
env:
35+
NODE_OPTIONS: "--max-old-space-size=8192"
3436

3537
- if: matrix.node-version == env.DEFAULT_NODE_VERSION
3638
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1

0 commit comments

Comments
 (0)