Skip to content

Commit 7802457

Browse files
Merge pull request #78 from IgniteUI/btraykov/remove-explicit-npm-install
(ci) Stop explicitly using the latest npm - no longer needed
2 parents 1662be9 + d24f312 commit 7802457

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
node-version: 24
2222
cache: 'npm'
2323
registry-url: 'https://registry.npmjs.org'
24-
- name: Update NPM
25-
run: npm install -g npm@latest
2624
- run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
2725
- run: echo ${VERSION}
2826
- run: npm ci

0 commit comments

Comments
 (0)