From d4c883cd32603147cdb3dc3d41f702047d63d505 Mon Sep 17 00:00:00 2001 From: Cecilia Sanare Date: Thu, 27 Jul 2023 22:26:15 -0500 Subject: [PATCH] fix: attempt to release v1.0.19 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cd2183..ed7ee88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: node-version: 18 cache: 'yarn' - name: Install Packages - run: yarn install --frozen-lockfile + run: yarn install --immutable - name: Linting run: yarn run lint - name: Coverage