Skip to content

Commit 8d54311

Browse files
committed
ci(release): add npm registry URL to setup-node action
1 parent 6b485e2 commit 8d54311

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/automated-release-calm-server.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ jobs:
443443
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
444444
with:
445445
node-version: 22
446+
registry-url: 'https://registry.npmjs.org'
446447

447448
- name: Install dependencies
448449
run: npm ci

.github/workflows/automated-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ jobs:
447447
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
448448
with:
449449
node-version: 22
450+
registry-url: 'https://registry.npmjs.org'
450451

451452
- name: Install dependencies
452453
run: npm ci

0 commit comments

Comments
 (0)