Skip to content

Commit ae5fc45

Browse files
authored
Merge pull request #17410 from IgniteUI/btraykov/21.2.x-pin-npm-11
(ci) 21.2.x - Pin npm to version 11 in publish workflow
2 parents 5ea2a18 + f44540d commit ae5fc45

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/npm-publish.yml

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

21-
- name: Update NPM
22-
run: npm install -g npm@latest
21+
# Pin 11 for https://github.com/npm/cli/issues/9722
22+
- name: Pin npm
23+
run: npm install -g npm@11
2324

2425
- run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
2526
- run: echo ${VERSION}

0 commit comments

Comments
 (0)