Skip to content

Commit e8c6573

Browse files
authored
chore: update private registry url (#7440)
1 parent db5dfb1 commit e8c6573

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd-integrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/setup-node@v4
2424
with:
2525
node-version-file: '.node-version'
26-
registry-url: ${{ inputs.enterprise && 'https://registrynpm.storefrontcloud.io' || 'https://registry.npmjs.org' }}
26+
registry-url: ${{ inputs.enterprise && 'https://npm.alokai.cloud' || 'https://registry.npmjs.org' }}
2727
cache: yarn
2828

2929
- run: yarn install --frozen-lockfile

.github/workflows/ci-integrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/setup-node@v4
4040
with:
4141
node-version-file: '.node-version'
42-
registry-url: ${{ inputs.enterprise && 'https://registrynpm.storefrontcloud.io' || '' }}
42+
registry-url: ${{ inputs.enterprise && 'https://npm.alokai.cloud' || '' }}
4343
cache: yarn
4444

4545
- run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)