Compare commits

..
Author SHA1 Message Date
Madison Grubb f1a507f16b update dependencies and change default model
PR / lint (pull_request) Successful in 20s
PR / test-coverage (pull_request) Successful in 20s
2026-07-10 19:37:29 -04:00
3 changed files with 428 additions and 440 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ jobs:
uses: https://git.keligrubb.com/actions/checkout@v7 uses: https://git.keligrubb.com/actions/checkout@v7
- name: Setup Node - name: Setup Node
uses: https://git.keligrubb.com/actions/setup-node@v7 uses: https://git.keligrubb.com/actions/setup-node@v6
with: with:
node-version: "24" node-version: "24"
cache: "npm" cache: "npm"
@@ -31,7 +31,7 @@ jobs:
uses: https://git.keligrubb.com/actions/checkout@v7 uses: https://git.keligrubb.com/actions/checkout@v7
- name: Setup Node - name: Setup Node
uses: https://git.keligrubb.com/actions/setup-node@v7 uses: https://git.keligrubb.com/actions/setup-node@v6
with: with:
node-version: "24" node-version: "24"
cache: "npm" cache: "npm"
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
uses: https://git.keligrubb.com/actions/checkout@v7 uses: https://git.keligrubb.com/actions/checkout@v7
- name: Setup Node - name: Setup Node
uses: https://git.keligrubb.com/actions/setup-node@v7 uses: https://git.keligrubb.com/actions/setup-node@v6
with: with:
node-version: "24" node-version: "24"
cache: "npm" cache: "npm"
+425 -437
View File
File diff suppressed because it is too large Load Diff