From 769ec710934953642e23a229611cd4aaa3ffc986 Mon Sep 17 00:00:00 2001 From: gimy Date: Fri, 12 Jan 2024 10:07:08 +0800 Subject: [PATCH] ci: add pnpm to the release stup --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b21059..02097db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,6 +98,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + - name: Install pnpm + uses: pnpm/action-setup@v2 - name: Setup run: npm i -g @antfu/ni - run: nr build