chore(deps): update dependency node to v24 #11

Merged
t.behrendt merged 1 commits from renovate/node-24.x into main 2026-02-18 09:24:43 +01:00

View File

@@ -17,7 +17,7 @@ jobs:
# only required for cspell compatibility until a mature replacement is available # only required for cspell compatibility until a mature replacement is available
- uses: actions/setup-node@v5 - uses: actions/setup-node@v5
with: with:
node-version: 20 node-version: 24
- run: bun install --frozen-lockfile - run: bun install --frozen-lockfile
- name: Run lint - name: Run lint
run: bun run check:code run: bun run check:code