mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 09:49:24 +02:00
chore(deps): update dependency pnpm to v10.17.0
This commit is contained in:
parent
7df9ca2642
commit
a5592acb7a
3 changed files with 3 additions and 3 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v4
|
- uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
version: 10.15.0
|
version: 10.17.0
|
||||||
run_install: true
|
run_install: true
|
||||||
|
|
||||||
- run: pnpm run build
|
- run: pnpm run build
|
||||||
|
|
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v4
|
- uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
version: 10.15.0
|
version: 10.17.0
|
||||||
run_install: true
|
run_install: true
|
||||||
|
|
||||||
- run: pnpm run build
|
- run: pnpm run build
|
||||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v4
|
- uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
version: 10.15.0
|
version: 10.17.0
|
||||||
run_install: true
|
run_install: true
|
||||||
|
|
||||||
- run: pnpm run build
|
- run: pnpm run build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue