1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-08 23:07:32 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Laurent Cozic
2f3a4f1258 update 2025-06-15 09:40:19 +01:00

View File

@@ -133,7 +133,7 @@ if [ "$RUN_TESTS" == "1" ]; then
# Allocation failed - JavaScript heap out of memory
#
# https://stackoverflow.com/questions/38558989
export NODE_OPTIONS="--max-old-space-size=32768"
export NODE_OPTIONS="--max-old-space-size=32768 --security-revert=CVE-2023-46809"
yarn test-ci
testResult=$?
if [ $testResult -ne 0 ]; then