From 4249e8f9abc07171c405b96a14e6614d4c47bcca Mon Sep 17 00:00:00 2001 From: j1nxie Date: Thu, 28 Nov 2024 09:48:45 +0700 Subject: [PATCH] fix: i forgot to install pnpm --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 773887e..575b885 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,12 @@ jobs: id: sha run: echo "short_sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT + - uses: pnpm/action-setup@v4 + name: Install pnpm + with: + version: 9 + run_install: false + - name: Setup Node.js uses: actions/setup-node@v3 with: