Skip to content

Commit e831cfc

Browse files
committed
chore: update deps
1 parent ec4ffb8 commit e831cfc

5 files changed

Lines changed: 1526 additions & 849 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 15
2121
steps:
22-
- uses: actions/checkout@v4
23-
- uses: pnpm/action-setup@v4
24-
- uses: actions/setup-node@v4
22+
- uses: actions/checkout@v7
23+
- uses: pnpm/action-setup@v6
24+
- uses: actions/setup-node@v7
2525
with:
2626
node-version: 22
2727
cache: pnpm
2828
- run: pnpm install --frozen-lockfile
2929
- name: Cache Playwright browsers
30-
uses: actions/cache@v4
30+
uses: actions/cache@v6
3131
with:
3232
path: ~/.cache/ms-playwright
3333
key: playwright-${{ hashFiles('pnpm-lock.yaml') }}
@@ -37,12 +37,11 @@ jobs:
3737
pnpm exec playwright install --with-deps chromium
3838
- run: pnpm test:e2e
3939
- if: failure()
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v7
4141
with:
4242
name: playwright-report
4343
path: playwright-report/
4444
retention-days: 7
45-
4645
# coverage:
4746
# uses: sxzz/workflows/.github/workflows/coverage.yml@main
4847
# needs: unit-test

.github/workflows/ecosystem-ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
workflow_dispatch:
55
inputs:
66
ref:
7-
description: 'vitejs/devtools ref to test against (tag, branch, or commit). Defaults to latest released tag.'
7+
description: 'vitejs/devtools ref to test against (tag, branch, or commit).
8+
Defaults to latest released tag.'
89
required: false
910
type: string
1011
schedule:
@@ -18,9 +19,9 @@ jobs:
1819
runs-on: ubuntu-latest
1920
timeout-minutes: 30
2021
steps:
21-
- uses: actions/checkout@v4
22-
- uses: pnpm/action-setup@v4
23-
- uses: actions/setup-node@v4
22+
- uses: actions/checkout@v7
23+
- uses: pnpm/action-setup@v6
24+
- uses: actions/setup-node@v7
2425
with:
2526
node-version: 22
2627
cache: pnpm
@@ -30,7 +31,7 @@ jobs:
3031
ECOSYSTEM_DEVFRAME_REF: ${{ inputs.ref }}
3132
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3233
- if: failure()
33-
uses: actions/upload-artifact@v4
34+
uses: actions/upload-artifact@v7
3435
with:
3536
name: ecosystem-devtools-logs
3637
path: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.8.1",
55
"private": true,
6-
"packageManager": "pnpm@11.17.0",
6+
"packageManager": "pnpm@11.20.0",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
99
"funding": "https://github.com/sponsors/antfu",

0 commit comments

Comments
 (0)