From 42fce6cc0818cb69600186688431ca8729a2fff3 Mon Sep 17 00:00:00 2001 From: Philipp Bammes Date: Tue, 19 Apr 2022 15:48:26 +0200 Subject: [PATCH] assets-compilation // remove scope settings See https://github.com/actions/setup-node/pull/470 for details. --- .github/workflows/assets-compilation.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/assets-compilation.yml b/.github/workflows/assets-compilation.yml index af8b394b7..78981e40c 100644 --- a/.github/workflows/assets-compilation.yml +++ b/.github/workflows/assets-compilation.yml @@ -8,14 +8,9 @@ on: default: v required: false type: string - NPM_REGISTRY_SCOPE: - description: Name of the private npm registry scope, including the character "@". - default: '@inpsyde' - required: false - type: string NPM_REGISTRY_DOMAIN: description: Domain of the private npm registry, without trailing slash. - default: https://npm.pkg.github.com + default: https://npm.pkg.github.com/ required: false type: string NODE_VERSION: