From c3b6b6f6e6413c03fbefce613adac5ae57284b42 Mon Sep 17 00:00:00 2001 From: Hanh Date: Sun, 22 Sep 2024 22:03:07 +1000 Subject: [PATCH] wip --- .github/workflows/docs-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 42e6090..99bb2d2 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -25,6 +25,8 @@ jobs: with: fetch-depth: 0 # Not needed if lastUpdated is not enabled - uses: pnpm/action-setup@v3 + with: + version: latest - name: Setup Node uses: actions/setup-node@v4 with: