Skip to content

Commit dfec0d9

Browse files
committed
feat(release): fixed ci workflow
Signed-off-by: Ujjwal Kumar <[email protected]>
1 parent cc90776 commit dfec0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Install npm
3636
run: |
37-
npm install -g npm@latest || npm install -g npm@9
37+
sudo npm install -g npm@latest || sudo npm install -g npm@9
3838
3939
- name: Install dependencies
4040
run: pip install 'tox<4'

0 commit comments

Comments
 (0)