From 5a8430e233e59506cbc06f8b4fb061d588ff854b Mon Sep 17 00:00:00 2001 From: SkwalExe Date: Sun, 9 Jun 2024 13:33:30 +0200 Subject: [PATCH] Specify version in docs deployment workflow pnpm/action-setup job --- .github/workflows/docs_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs_deploy.yml b/.github/workflows/docs_deploy.yml index 1c34ad0..fcae70e 100644 --- a/.github/workflows/docs_deploy.yml +++ b/.github/workflows/docs_deploy.yml @@ -34,6 +34,7 @@ jobs: 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 run_install: | - cwd: "docs/" - name: Setup Node