Skip to content

Commit bfc90b6

Browse files
committed
update
1 parent 1511d8f commit bfc90b6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: pnpm/action-setup@v4
1616
with:
17-
version: 9
17+
version: 9.5.0
1818
- name: Install Node.js
1919
uses: actions/setup-node@v4
2020
with:

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: pnpm/action-setup@v4
1414
with:
15-
version: 9
15+
version: 9.5.0
1616
- name: Install Node.js
1717
uses: actions/setup-node@v4
1818
with:

.github/workflows/version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- uses: pnpm/action-setup@v4
1919
with:
20-
version: 9
20+
version: 9.5.0
2121
- name: Install Node.js ${{ matrix.node-version }}
2222
uses: actions/setup-node@v4
2323
with:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"vite": "^5.4.4",
4242
"vite-plugin-solid": "^2.10.2"
4343
},
44-
"packageManager": "pnpm@9.0.0",
44+
"packageManager": "pnpm@9.5.0",
4545
"dependencies": {
4646
"@changesets/changelog-git": "^0.2.0"
4747
}

0 commit comments

Comments
 (0)