From 2cc5b096e046abab33ccec9155d71d67352a76b0 Mon Sep 17 00:00:00 2001 From: Eugene Lazutkin Date: Wed, 25 Oct 2023 14:12:13 -0500 Subject: [PATCH] Removed obsolete `unsafe-perm`. --- .github/actions/linux-alpine-node-18/entrypoint.sh | 1 - .github/actions/linux-alpine-node-20/entrypoint.sh | 1 - .github/actions/linux-alpine-node-21/entrypoint.sh | 1 - .github/actions/linux-node-18/entrypoint.sh | 1 - .github/actions/linux-node-20/entrypoint.sh | 1 - .github/actions/linux-node-21/entrypoint.sh | 1 - 6 files changed, 6 deletions(-) diff --git a/.github/actions/linux-alpine-node-18/entrypoint.sh b/.github/actions/linux-alpine-node-18/entrypoint.sh index 43c3ed9..6243a26 100755 --- a/.github/actions/linux-alpine-node-18/entrypoint.sh +++ b/.github/actions/linux-alpine-node-18/entrypoint.sh @@ -2,7 +2,6 @@ set -e -#npm config set unsafe-perm true export USERNAME=`whoami` export DEVELOPMENT_SKIP_GETTING_ASSET=true npm i diff --git a/.github/actions/linux-alpine-node-20/entrypoint.sh b/.github/actions/linux-alpine-node-20/entrypoint.sh index 43c3ed9..6243a26 100755 --- a/.github/actions/linux-alpine-node-20/entrypoint.sh +++ b/.github/actions/linux-alpine-node-20/entrypoint.sh @@ -2,7 +2,6 @@ set -e -#npm config set unsafe-perm true export USERNAME=`whoami` export DEVELOPMENT_SKIP_GETTING_ASSET=true npm i diff --git a/.github/actions/linux-alpine-node-21/entrypoint.sh b/.github/actions/linux-alpine-node-21/entrypoint.sh index dea0488..6243a26 100755 --- a/.github/actions/linux-alpine-node-21/entrypoint.sh +++ b/.github/actions/linux-alpine-node-21/entrypoint.sh @@ -2,7 +2,6 @@ set -e -npm config set unsafe-perm true export USERNAME=`whoami` export DEVELOPMENT_SKIP_GETTING_ASSET=true npm i diff --git a/.github/actions/linux-node-18/entrypoint.sh b/.github/actions/linux-node-18/entrypoint.sh index 43c3ed9..6243a26 100755 --- a/.github/actions/linux-node-18/entrypoint.sh +++ b/.github/actions/linux-node-18/entrypoint.sh @@ -2,7 +2,6 @@ set -e -#npm config set unsafe-perm true export USERNAME=`whoami` export DEVELOPMENT_SKIP_GETTING_ASSET=true npm i diff --git a/.github/actions/linux-node-20/entrypoint.sh b/.github/actions/linux-node-20/entrypoint.sh index 43c3ed9..6243a26 100755 --- a/.github/actions/linux-node-20/entrypoint.sh +++ b/.github/actions/linux-node-20/entrypoint.sh @@ -2,7 +2,6 @@ set -e -#npm config set unsafe-perm true export USERNAME=`whoami` export DEVELOPMENT_SKIP_GETTING_ASSET=true npm i diff --git a/.github/actions/linux-node-21/entrypoint.sh b/.github/actions/linux-node-21/entrypoint.sh index 43c3ed9..6243a26 100755 --- a/.github/actions/linux-node-21/entrypoint.sh +++ b/.github/actions/linux-node-21/entrypoint.sh @@ -2,7 +2,6 @@ set -e -#npm config set unsafe-perm true export USERNAME=`whoami` export DEVELOPMENT_SKIP_GETTING_ASSET=true npm i