From 0a92b22fee2d2c67f3ec6949607c64684dd8bded Mon Sep 17 00:00:00 2001 From: Jeffrey Date: Tue, 21 May 2024 11:59:01 +0200 Subject: [PATCH] remove frozen-lockfile --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 6517f567..a0fcfe33 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -16,7 +16,7 @@ jobs: with: node-version: '22.1.0' # Replace with the desired Node.js version - - run: yarn install --frozen-lockfile + - run: yarn install # Build the docs - name: Build