From 9389785eb5e045352f0bac6140ff507778858241 Mon Sep 17 00:00:00 2001 From: Richie Permana Date: Sat, 22 Nov 2025 01:51:21 +0800 Subject: [PATCH] fix: fixed order pnpm and nodejs job --- .github/workflows/deploy-docs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index cb8f2b4..ea8f8a0 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -82,6 +82,11 @@ jobs: with: fetch-depth: 0 + - name: Setup pnpm + uses: pnpm/action-setup@v3 + with: + version: 10 + - name: Setup Node.js 20.x uses: actions/setup-node@v4 with: @@ -89,11 +94,6 @@ jobs: cache: pnpm registry-url: https://registry.npmjs.org/ - - name: Setup pnpm - uses: pnpm/action-setup@v3 - with: - version: 10 - - name: Install dependencies run: pnpm install --frozen-lockfile