Skip to content

Commit 9f1b346

Browse files
chore(deps): update pnpm to v10 (#39)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Julien Huang <[email protected]>
1 parent 2f8e4b7 commit 9f1b346

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/autofix.yml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda
1717
name: Install pnpm
1818
with:
19-
version: 9.15.4
2019
run_install: false
2120
- name: Install Node.js
2221
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda
2020
name: Install pnpm
2121
with:
22-
version: 9.15.4
2322
run_install: false
2423
- name: Install Node.js
2524
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"unbuild": "^3.5.0",
6363
"vitest": "^3.0.9"
6464
},
65-
"packageManager": "pnpm@9.15.4",
65+
"packageManager": "pnpm@10.6.5",
6666
"dependencies": {
6767
"@azure/monitor-opentelemetry": "1.8.0",
6868
"@opentelemetry/api": "^1.9.0",

0 commit comments

Comments
 (0)