Prettier fixes and CI fix tentative 6
Some checks failed
/ build (push) Failing after 1m2s
/ deploy (push) Has been skipped

This commit is contained in:
Gu://em_ 2025-05-30 14:12:37 +02:00
parent 53cf4eeac1
commit 6cc517ac6f
9 changed files with 40 additions and 36 deletions

View file

@ -7,10 +7,6 @@ jobs:
build:
runs-on: docker # ? check what it really means
strategy:
matrix:
node-version: [23]
steps:
- name: Checkout git repository
uses: actions/checkout@v4
@ -20,10 +16,9 @@ jobs:
with:
version: 10
- name: Use Node.js ${{ matrix.node-version }}
- name: Setup Nodejs
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- name: "Install dependencies"