Use --immutable-cache to allow native module builds

This commit is contained in:
Alice Zhao
2025-11-22 23:29:11 -08:00
parent 33560ba0de
commit 2e6eea4348

View File

@@ -22,4 +22,4 @@ runs:
if [ "$TARGET_ARCH" = "x86" ]; then
export npm_config_arch="ia32"
fi
node script/yarn.js install --immutable
node script/yarn.js install --immutable-cache