From 59a25e79d622905fa10535d2009eaaa5a8dd575d Mon Sep 17 00:00:00 2001 From: Aria Date: Sun, 11 May 2025 21:10:58 +1000 Subject: [PATCH] Specify pnpm version --- .forgejo/workflows/deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 98b9ad5..620efe4 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -22,6 +22,8 @@ jobs: - name: Install pnpm uses: https://github.com/pnpm/action-setup@v4 + with: + version: 10 - name: Install Node.js uses: https://github.com/actions/setup-node@v4