Skip to content

Commit b99fa1f

Browse files
authored
Merge pull request #29 from stainless-api/sam/fix-oidc
try to fix oidc
2 parents 8bac4ad + 5f8c2ee commit b99fa1f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish-npm.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626
- name: Set up Node
2727
uses: actions/setup-node@v3
2828
with:
29-
node-version: '20'
29+
node-version: "20"
30+
31+
- name: Update npm to latest
32+
run: npm install -g npm@latest && npm --version
3033

3134
- name: Set up pnpm
3235
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)