1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-10-06 22:17:10 +02:00
This commit is contained in:
Laurent Cozic
2025-06-15 09:40:19 +01:00
parent ce9008998c
commit 2f3a4f1258

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