Skip to content

Commit 20b986f

Browse files
authored
Merge pull request #277 from SolidOS/release
remove conflicting step npm install -g npm@latest
2 parents 7a9c02e + fe5ede5 commit 20b986f

3 files changed

Lines changed: 300 additions & 90 deletions

File tree

.github/workflows/publish-prerelease.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ jobs:
6363
with:
6464
node-version: ${{ inputs.node_version }}
6565
registry-url: https://registry.npmjs.org
66-
- name: Update npm to latest (required for OIDC)
67-
run: npm install -g npm@latest
6866
- name: Disable pre- and post-publish actions
6967
run: sed -i -E 's/"((pre|post)publish)/"ignore:\1/' package.json
7068
- name: Publish to npm

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ jobs:
4444
with:
4545
node-version: 22
4646
registry-url: https://registry.npmjs.org
47-
48-
- name: Update npm to latest
49-
run: npm install -g npm@latest
5047

5148
- name: Preflight GitHub token permissions
5249
env:

0 commit comments

Comments
 (0)