Skip to content

Commit 5741a86

Browse files
committed
Revert "Add GitHub NPM registry URL to Node.js setup in workflows"
This reverts commit f1444fd.
1 parent d7a665c commit 5741a86

File tree

8 files changed

+0
-9
lines changed

8 files changed

+0
-9
lines changed

.github/actions/build-docs/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ runs:
1212
- uses: actions/setup-node@v4
1313
with:
1414
node-version: 22
15-
registry-url: 'https://npm.pkg.github.com'
1615
- name: Npm cli install
1716
working-directory: .
1817
run: npm ci

.github/actions/build-libraries/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ runs:
1212
- uses: actions/setup-node@v4
1313
with:
1414
node-version: 22
15-
registry-url: 'https://npm.pkg.github.com'
1615

1716
- name: Npm install
1817
working-directory: .

.github/actions/build-proxies/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ runs:
3838
- uses: actions/setup-node@v4
3939
with:
4040
node-version: ${{ inputs.nodejs_version }}
41-
registry-url: 'https://npm.pkg.github.com'
4241

4342
- name: "Cache node_modules"
4443
uses: actions/cache@v4

.github/actions/build-sandbox/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ runs:
1313
- uses: actions/setup-node@v4
1414
with:
1515
node-version: 22
16-
registry-url: 'https://npm.pkg.github.com'
1716

1817
- name: Npm install
1918
working-directory: .

.github/actions/build-sdk/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ runs:
1212
- uses: actions/setup-node@v4
1313
with:
1414
node-version: 22
15-
registry-url: 'https://npm.pkg.github.com'
1615

1716
- name: Npm install
1817
working-directory: .

.github/actions/build-server/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ runs:
1212
- uses: actions/setup-node@v4
1313
with:
1414
node-version: 22
15-
registry-url: 'https://npm.pkg.github.com'
1615

1716
- name: Npm install
1817
working-directory: .

.github/workflows/pr_closed.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
uses: actions/setup-node@v4
8484
with:
8585
node-version: ${{ inputs.nodejs_version }}
86-
registry-url: 'https://npm.pkg.github.com'
8786

8887
- name: check if local version differs from latest published version
8988
id: check-version
@@ -117,7 +116,6 @@ jobs:
117116
uses: actions/setup-node@v4
118117
with:
119118
node-version: ${{ inputs.nodejs_version }}
120-
registry-url: 'https://npm.pkg.github.com'
121119
- name: "Install dependencies"
122120
run: npm ci
123121
- name: "Run provider contract tests"

.github/workflows/stage-1-commit.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ jobs:
283283
uses: actions/setup-node@v4
284284
with:
285285
node-version: ${{ inputs.nodejs_version }}
286-
registry-url: 'https://npm.pkg.github.com'
287286

288287
- name: check if local version differs from latest published version
289288
id: check-version

0 commit comments

Comments
 (0)