File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
- uses : actions/setup-node@v4
24
24
with :
25
25
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' }}
27
27
cache : yarn
28
28
29
29
- run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 39
39
- uses : actions/setup-node@v4
40
40
with :
41
41
node-version-file : ' .node-version'
42
- registry-url : ${{ inputs.enterprise && 'https://registrynpm.storefrontcloud.io ' || '' }}
42
+ registry-url : ${{ inputs.enterprise && 'https://npm.alokai.cloud ' || '' }}
43
43
cache : yarn
44
44
45
45
- run : yarn install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments