Skip to content

Commit 44ccb86

Browse files
authored
Update npm to latest version in workflow
Added step to update npm to the latest version before installing dependencies.
1 parent e5918aa commit 44ccb86

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/manual-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
cache: "npm"
4040
registry-url: "https://registry.npmjs.org"
4141

42+
- name: Update npm
43+
run: npm install -g npm@latest
44+
4245
- name: Install dependencies
4346
run: npm ci
4447

0 commit comments

Comments
 (0)