diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 819c467..61c92fc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,5 +20,6 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} + - run: npm i - run: npm ci - run: npm run lint:all \ No newline at end of file