There was an error while loading. Please reload this page.
1 parent 6ef426c commit 474e37aCopy full SHA for 474e37a
1 file changed
.github/workflows/publish.yml
@@ -445,7 +445,7 @@ jobs:
445
test "$(node -p "process.arch")" = "$EXPECTED_ARCH"
446
npm install --global npm@12.0.2
447
test "$(npm --version)" = 12.0.2
448
- install_root=.release-native-verify/install
+ install_root=/tmp/zodrs-install
449
mkdir -p "$install_root"
450
printf "{\"private\":true}\n" > "$install_root/package.json"
451
npm install --prefix "$install_root" --ignore-scripts --no-audit --no-fund \
0 commit comments