From 4e8cbae0d846b7abe0e3ff561964fd5dc08b4657 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Thu, 15 Feb 2024 01:03:17 -0500 Subject: [PATCH] ci: run pnpm install --- .github/workflows/cicd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index fb69d3e..c086b32 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -37,3 +37,4 @@ jobs: script: | cd ~/frontend git fetch --all && git reset --hard origin/main + pnpm install --frozen-lockfile