diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3225145..c0d1d19 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Install dependencies - run: yarn --no-lockfile + run: yarn - name: Run eslint run: yarn run eslint integration: