From 58654fc7693cee7f4bfe92e11205fc3d14f675a6 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Tue, 17 Oct 2023 18:34:47 +0200 Subject: [PATCH] fix: CI --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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