draupnir4all-web

git clone git://archive.git.mtrnord.blog/MTRNord/draupnir4all-web.git
Log | Files | Refs | README | LICENSE

commit 97f6fbc83e5accec7d6f887655969ac637db6a49
parent d2efab2b73d7deca65fc350ab2934c9a0305f237
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 26 Apr 2025 22:11:16 +0200

Fix the CI

Signed-off-by: MTRNord <mtrnord1@gmail.com>

Diffstat:
M.github/workflows/ci.yaml | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml @@ -16,13 +16,15 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - uses: pnpm/action-setup@v4 + with: + version: 10 + run_install: false - name: Setup Node uses: actions/setup-node@v4 with: node-version: "23" - cache: pnpm - - name: Setup Pages - uses: actions/configure-pages@v5 + cache: "pnpm" - name: Restore cache uses: actions/cache@v4 with: