Compare commits

..
1 Commits
Author SHA1 Message Date
Madison Grubb de20ed9796 update dependencies and change default model
PR / lint (pull_request) Failing after 6s
PR / test-coverage (pull_request) Failing after 7s
2026-07-10 19:34:09 -04:00
3 changed files with 432 additions and 393 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ jobs:
uses: https://git.keligrubb.com/actions/checkout@v7
- name: Setup Node
uses: https://git.keligrubb.com/actions/setup-node@v7
uses: https://git.keligrubb.com/actions/setup-node@v6
with:
node-version: "24"
cache: "npm"
@@ -31,7 +31,7 @@ jobs:
uses: https://git.keligrubb.com/actions/checkout@v7
- name: Setup Node
uses: https://git.keligrubb.com/actions/setup-node@v7
uses: https://git.keligrubb.com/actions/setup-node@v6
with:
node-version: "24"
cache: "npm"
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
uses: https://git.keligrubb.com/actions/checkout@v7
- name: Setup Node
uses: https://git.keligrubb.com/actions/setup-node@v7
uses: https://git.keligrubb.com/actions/setup-node@v6
with:
node-version: "24"
cache: "npm"
+429 -390
View File
File diff suppressed because it is too large Load Diff