Skip to content

Commit 1173a48

Browse files
authored
fix(ci): add missing install dependencies step to update eslint action (#7078)
chore(ci): add missing install dependencies step to update eslint action
1 parent fd3cd69 commit 1173a48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update-eslint.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
run: |
3737
npm install -g [email protected]
3838
39+
- name: Install dependencies
40+
run: |
41+
npm ci
42+
3943
- name: Bump eslint
4044
run: npx compass-scripts update-dependencies preset-eslint
4145

0 commit comments

Comments
 (0)