Fix: Workflow Failure (P.1)

This commit is contained in:
Youwes09
2026-06-10 12:55:30 -05:00
parent 77b28e97a4
commit ddaca9d126
3 changed files with 24 additions and 9 deletions
+6 -2
View File
@@ -19,7 +19,9 @@ jobs:
- uses: pnpm/action-setup@v4
with: { version: latest }
- uses: actions/setup-node@v4
with: { node-version: 22, cache: pnpm }
with:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm build:static
- uses: actions/upload-artifact@v4
@@ -60,7 +62,9 @@ jobs:
- uses: pnpm/action-setup@v4
with: { version: latest }
- uses: actions/setup-node@v4
with: { node-version: 22, cache: pnpm }
with:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile
- name: Download Suwayomi (Linux x64)