Update dependency node to v22 - autoclosed #6

Closed
renovate-bot wants to merge 1 commits from renovate/node-22.x into main

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@v4 - uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 22
- 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