Skip to content

Commit 8a62598

Browse files
authored
Merge pull request #38 from trycourier/fix/npm-oidc-version
fix: update npm for OIDC trusted publishing support
2 parents c94d362 + 71f7928 commit 8a62598

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
with:
4747
node-version: "20"
4848
registry-url: "https://registry.npmjs.org"
49+
- name: Update npm
50+
run: npm install -g npm@latest
4951
- name: Set package version from tag
5052
working-directory: npm
5153
run: npm version "${GITHUB_REF_NAME#v}" --no-git-tag-version --allow-same-version

0 commit comments

Comments
 (0)