diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 01949fa..650e950 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,10 @@ jobs: node-version: '20' cache: 'pnpm' - - name: Install Dependencies + - name: Install Pnpm + run: npm install -g pnpm + + - name: Install run: pnpm install - name: Build