diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 515063f..d0d67c2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: node-version: ${{ matrix.node }} cache: 'yarn' - name: Install dependencies - run: yarn --frozen-lockfile + run: yarn - name: Run eslint run: yarn run eslint integration: @@ -40,9 +40,9 @@ jobs: node-version: ${{ matrix.node }} cache: 'yarn' - name: Install dependencies plugin - run: yarn --frozen-lockfile --unsafe-perm --production + run: yarn --unsafe-perm --production - name: Install dependencies playground - run: yarn playground:install --frozen-lockfile --unsafe-perm + run: yarn playground:install --unsafe-perm - name: Build playground run: yarn playground:build - name: Run test