From cc13648e0f2b998e8c5dd3f762160c133ab1bc2d Mon Sep 17 00:00:00 2001 From: Piotr Monwid-Olechnowicz Date: Thu, 17 Oct 2024 20:25:20 +0200 Subject: [PATCH] Install with frozen lockfile --- .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 e58ec18dd..863ade3e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Install - run: pnpm install --no-optional --no-frozen-lockfile + run: pnpm install --no-optional - name: Queue in release turnstile id: turnstyle