Skip to content

Commit 8fce88b

Browse files
fix(ci): remove npm upgrade step, node 22 already has npm 11+
1 parent e825556 commit 8fce88b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,6 @@ jobs:
209209
with:
210210
node-version: '22'
211211

212-
- name: Upgrade npm
213-
run: npm install -g npm@latest
214-
215212
- name: Install dependencies
216213
run: npm ci
217214
working-directory: sdk/typescript

0 commit comments

Comments
 (0)