From 8ac659f0f137c65591ad19631e7daf0c659bb701 Mon Sep 17 00:00:00 2001 From: majidsajadi Date: Wed, 8 May 2024 19:45:00 +0330 Subject: [PATCH] ci: add pnpm version --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9b2dc101..2a53fcf4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,6 +33,8 @@ jobs: with: fetch-depth: 0 # Not needed if lastUpdated is not enabled - uses: pnpm/action-setup@v3 # Uncomment this if you're using pnpm + with: + version: 9 # - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun - name: Setup Node uses: actions/setup-node@v4