Skip to content

Commit 62e46f6

Browse files
committed
chore: Update pnpm
1 parent 01b095d commit 62e46f6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727
- uses: pnpm/[email protected]
2828
with:
29-
version: 8.2.0
29+
version: 9.15.3
3030
- name: Use Node.js ${{ matrix.node-version }}
3131
uses: actions/setup-node@v2
3232
with:

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v3
2424
- uses: pnpm/[email protected]
2525
with:
26-
version: 8.2.0
26+
version: 9.15.3
2727
- name: Use Node.js ${{ matrix.node-version }}
2828
uses: actions/setup-node@v2
2929
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ref: ${{ github.sha }}
1818
- uses: pnpm/[email protected]
1919
with:
20-
version: 8.2.0
20+
version: 9.15.3
2121
- name: Use Node.js
2222
uses: actions/setup-node@v2
2323
with:

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: pnpm/[email protected]
1919
with:
20-
version: 8.2.0
20+
version: 9.15.3
2121
- name: Use Node.js ${{ matrix.node-version }}
2222
uses: actions/setup-node@v2
2323
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "vitest",
99
"coverage": "vitest run --coverage"
1010
},
11-
"packageManager": "pnpm@8.2.0",
11+
"packageManager": "pnpm@9.15.3",
1212
"devDependencies": {
1313
"tsx": "^4.19.2",
1414
"typedoc": "^0.27.6",

0 commit comments

Comments
 (0)