diff --git a/.github/workflows/ci_web.yml b/.github/workflows/ci_web.yml index e3bf4313d7..1c78967d38 100644 --- a/.github/workflows/ci_web.yml +++ b/.github/workflows/ci_web.yml @@ -15,7 +15,7 @@ jobs: node-version: lts/* cache: yarn cache-dependency-path: '**/yarn.lock' - - name: Install + - name: Install dependencies run: yarn install - name: Lint run: yarn run lint