From bc6ae8767d261f32e50acdf2129611ffa516a43e Mon Sep 17 00:00:00 2001 From: Sergey Petushkov Date: Wed, 2 Jul 2025 10:22:27 +0200 Subject: [PATCH] chore(ci): add missing install dependencies step to update eslint action --- .github/workflows/update-eslint.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/update-eslint.yaml b/.github/workflows/update-eslint.yaml index 259f47a8ab9..eff942e7c22 100644 --- a/.github/workflows/update-eslint.yaml +++ b/.github/workflows/update-eslint.yaml @@ -36,6 +36,10 @@ jobs: run: | npm install -g npm@10.2.4 + - name: Install dependencies + run: | + npm ci + - name: Bump eslint run: npx compass-scripts update-dependencies preset-eslint