From e80097fc88de271ef364180d8c3ba237191e65dc Mon Sep 17 00:00:00 2001 From: EricWXY Date: Mon, 1 Apr 2024 13:20:05 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=20test-and-deploy.y?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 7c5f803..3333a69 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -21,7 +21,7 @@ jobs: run: npm install -g pnpm - name: Install dependencies - run: pnpm install + run: pnpm install --frozen-lockfile - name: Run tests run: npm run test @@ -42,7 +42,7 @@ jobs: run: npm install -g pnpm - name: Install dependencies - run: pnpm install + run: pnpm install --frozen-lockfile - name: Build docs run: npm run docs:build