Skip to content

Commit c16c1b1

Browse files
committed
Update dependencies and workflows: added vinxi package to package.json, updated pnpm-lock.yaml, and removed version specification for pnpm in CI/CD workflows.
1 parent 42bd897 commit c16c1b1

5 files changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020

2121
- name: Setup pnpm
2222
uses: pnpm/action-setup@v4
23-
with:
24-
version: 9
2523

2624
- name: Setup Node
2725
uses: actions/setup-node@v4
@@ -51,8 +49,6 @@ jobs:
5149

5250
- name: Setup pnpm
5351
uses: pnpm/action-setup@v4
54-
with:
55-
version: 9
5652

5753
- name: Setup Node
5854
uses: actions/setup-node@v4

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525

2626
- name: Setup pnpm
2727
uses: pnpm/action-setup@v4
28-
with:
29-
version: 9
30-
3128
- name: Setup Node.js
3229
uses: actions/setup-node@v4
3330
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ node_modules
22
dist
33
.turbo
44
*.tsbuildinfo
5+
.pnpm-store/
56

67
# SolidStart
78
apps/docs/.solid

apps/docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"solidcn": "workspace:*",
2929
"tailwindcss": "^4.0.6",
3030
"typescript": "^5.7.3",
31+
"vinxi": "^0.5.7",
3132
"vite": "^6.0.11",
3233
"vite-plugin-solid": "^2.11.1"
3334
}

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)