From 81e9319873f9fa4769bbf6a56e281ea51693ac0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxi=20Quo=C3=9F?= Date: Thu, 4 Sep 2025 23:28:46 +0200 Subject: [PATCH] gh-action: setup pnpm via action --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f16e0b04..afa7fb40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,6 +33,11 @@ jobs: with: fetch-depth: 0 + # setup pnpm + - uses: pnpm/action-setup@v4 + with: + version: latest + # install latest node - name: Set up Node.js uses: actions/setup-node@v5 @@ -44,7 +49,6 @@ jobs: # build sveltekit frontend - name: Build frontend run: | - npm i -g pnpm pnpm --prefix=./frontend i PUBLIC_VERSION=${GITHUB_REF##*/} pnpm --prefix=./frontend run build cp -r ./frontend/build/* ./backend/pb_public/