This commit is contained in:
Morten Olsen
2025-12-02 22:38:20 +01:00
parent 1693a2620c
commit 06564dff21
117 changed files with 2522 additions and 7180 deletions

View File

@@ -27,11 +27,11 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: "10.18"
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "23"
cache: "pnpm"
- name: Setup Pages
id: pages