Skip to content

Commit fd8573d

Browse files
authored
ci: fix npm publish workflow failure on npm upgrade step (#173)
* ci: remove failing npm self-upgrade from publish workflow * ci: use latest patched Node 22 toolchain for publish
1 parent a82a283 commit fd8573d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,10 @@ jobs:
4646
- uses: actions/setup-node@v6
4747
with:
4848
node-version: 22
49+
check-latest: true
4950
cache: npm
5051
registry-url: https://registry.npmjs.org
5152

52-
- name: Upgrade npm for OIDC trusted publishing
53-
run: npm install -g npm@latest
54-
5553
- name: Install dependencies
5654
run: npm ci
5755

0 commit comments

Comments
 (0)