Skip to content

Commit e03a54e

Browse files
committed
Publish with latest npm version
Apparently publishing with OIDC as an auth method only works with npm 11.5.1 and onward.
1 parent 99865e5 commit e03a54e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
# Needs to be explicitly specified for auth to work
2525
registry-url: 'https://registry.npmjs.org'
26-
- run: npm install
26+
- run: npm install -g npm@latest
2727
- uses: actions/upload-artifact@v4
2828
with:
2929
name: npm

0 commit comments

Comments
 (0)