Skip to content

Commit c4530b5

Browse files
(ci) Stop explicitly using the latest npm - no longer needed (#17408)
Removed the step to update NPM to the latest version.
1 parent 9ad405c commit c4530b5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818
cache: 'npm'
1919
registry-url: 'https://registry.npmjs.org'
2020

21-
- name: Update NPM
22-
run: npm install -g npm@latest
23-
2421
- run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
2522
- run: echo ${VERSION}
2623

0 commit comments

Comments
 (0)