Skip to content

Commit 0e814ce

Browse files
committed
ci(lint): remove NPM update from CI
1 parent 9becea5 commit 0e814ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/es-lint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runs:
44
using: "composite"
55
steps:
66
- name: Install deps
7-
run: npm i -g npm && npm install
7+
run: npm install
88
shell: bash
99
- name: Run lint
1010
run: npm run test:lint

0 commit comments

Comments
 (0)