diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index d770a1b..d555f04 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -18,10 +18,10 @@ jobs: node-version: '20' # Adjust to your required Node.js version - name: Install dependencies - run: npm install + run: npm install pnpm -g && pnpm install - name: Build the project - run: npm run build + run: pnpm run build - name: Setup SSH key env: