Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit eb13c75

Browse files
committed
Update npm
1 parent 26d5de0 commit eb13c75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/common/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ runs:
2727
key: ${{ runner.os }}-node-root-${{ hashFiles('./package-lock.json') }}
2828
restore-keys: |
2929
${{ runner.os }}-node-root-
30+
- name: Update npm
31+
run: npm i -g npm
3032
- name: Install dependencies
3133
if: ${{ steps.cache-npm-root.outputs.cache-hit != 'true' }}
3234
shell: bash

0 commit comments

Comments
 (0)