We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5dfb1 commit e8c6573Copy full SHA for e8c6573
2 files changed
.github/workflows/cd-integrations.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/setup-node@v4
24
with:
25
node-version-file: '.node-version'
26
- registry-url: ${{ inputs.enterprise && 'https://registrynpm.storefrontcloud.io' || 'https://registry.npmjs.org' }}
+ registry-url: ${{ inputs.enterprise && 'https://npm.alokai.cloud' || 'https://registry.npmjs.org' }}
27
cache: yarn
28
29
- run: yarn install --frozen-lockfile
.github/workflows/ci-integrations.yml
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
- registry-url: ${{ inputs.enterprise && 'https://registrynpm.storefrontcloud.io' || '' }}
+ registry-url: ${{ inputs.enterprise && 'https://npm.alokai.cloud' || '' }}
43
44
45
0 commit comments