Skip to content

Commit 2f0cc36

Browse files
authored
Fix the macos npm github action bug (#215)
Signed-off-by: jiyeong.seok <[email protected]>
1 parent 96e45c2 commit 2f0cc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
python -m pip install --upgrade pip
6666
pip install .
67-
sudo npm install -g license-checker
67+
npm install -g license-checker
6868
- name: Install Pod
6969
working-directory: ./tests/test_cocoapods/cocoapods-tips/JWSCocoapodsTips
7070
run: pod install --clean-install

0 commit comments

Comments
 (0)