Skip to content

Commit 9bf8452

Browse files
chore(deps): pin dependencies
1 parent ee39ac6 commit 9bf8452

File tree

4 files changed

+146
-146
lines changed

4 files changed

+146
-146
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
1212
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
1313
with:
14-
node-version: 24
14+
node-version: 24.14.1
1515
cache: pnpm
1616
- run: pnpm install --frozen-lockfile
1717
- name: Verify CSP inline script hash

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
1414
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
1515
with:
16-
node-version: 24
16+
node-version: 24.14.1
1717
cache: pnpm
1818
- run: pnpm install --frozen-lockfile
1919
- run: pnpm run typecheck

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"happy-dom": "20.8.9",
4141
"tailwindcss": "4.2.2",
4242
"typescript": "5.9.3",
43-
"vite": "8.0.1",
43+
"vite": "8.0.2",
4444
"vite-plugin-solid": "2.11.11",
45-
"vitest": "4.1.0",
45+
"vitest": "4.1.1",
4646
"wrangler": "4.76.0"
4747
}
4848
}

0 commit comments

Comments
 (0)