Skip to content

Commit ba0b138

Browse files
committed
fix(native): remove deprecated unsafe-perm npm option
- Remove unsafe-perm option which is no longer valid in newer npm versions - Keep npm cache configuration for root user
1 parent 1c0afbd commit ba0b138

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/actions/build-native-binaries/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ runs:
7070
mkdir -p /app/tmp &&
7171
# Configure npm for root user
7272
npm config set cache /app/tmp/.npm --global &&
73-
npm config set unsafe-perm true --global &&
7473
# Install and build as root (required in container)
7574
pnpm install --frozen-lockfile &&
7675
pnpm run build:native &&

0 commit comments

Comments
 (0)