Skip to content

Commit 86e2867

Browse files
committed
🔧 Pin trusted publishing npm version
1 parent 480db9c commit 86e2867

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
registry-url: 'https://registry.npmjs.org'
4242

4343
- name: Upgrade npm for Trusted Publishers
44-
run: npm install -g npm@latest
44+
run: npm install -g npm@11.5.1
4545

4646
- name: Install dependencies
4747
run: npm ci

.github/workflows/release-ember-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
registry-url: 'https://registry.npmjs.org'
4040

4141
- name: Upgrade npm for Trusted Publishers
42-
run: npm install -g npm@latest
42+
run: npm install -g npm@11.5.1
4343

4444
- name: Configure git
4545
run: |

.github/workflows/release-static-site-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
registry-url: 'https://registry.npmjs.org'
3535

3636
- name: Upgrade npm for Trusted Publishers
37-
run: npm install -g npm@latest
37+
run: npm install -g npm@11.5.1
3838

3939
- name: Configure git
4040
run: |

.github/workflows/release-storybook-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
registry-url: 'https://registry.npmjs.org'
3636

3737
- name: Upgrade npm for Trusted Publishers
38-
run: npm install -g npm@latest
38+
run: npm install -g npm@11.5.1
3939

4040
- name: Configure git
4141
run: |

.github/workflows/release-vitest-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
registry-url: 'https://registry.npmjs.org'
3535

3636
- name: Upgrade npm for Trusted Publishers
37-
run: npm install -g npm@latest
37+
run: npm install -g npm@11.5.1
3838

3939
- name: Configure git
4040
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
registry-url: 'https://registry.npmjs.org'
3636

3737
- name: Upgrade npm for Trusted Publishers
38-
run: npm install -g npm@latest
38+
run: npm install -g npm@11.5.1
3939

4040
- name: Install dependencies
4141
run: npm ci

0 commit comments

Comments
 (0)