chore(config): Fixed linting errors for CI
All checks were successful
/ build (push) Successful in 38s

This commit is contained in:
Daniël Groothuis
2025-10-31 16:24:51 +01:00
parent 2a9a4f980a
commit 812a836a92
4 changed files with 15 additions and 17 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '22'
node-version: "22"
check-latest: true
- name: Cache dependencies