Skip to content

Commit 759ea69

Browse files
committed
chore: 更新 pnpm-lock.yaml 和工作流文件,升级依赖版本,调整 Node.js 和 pnpm 的版本,确保兼容性和稳定性
2 parents f16bbc9 + 78e1c1d commit 759ea69

File tree

6 files changed

+247
-60
lines changed

6 files changed

+247
-60
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Install Pnpm
2727
run: npm i -g corepack@latest --force && corepack enable
2828

2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 22
32+
node-version: 22.18.0
3333
cache: "pnpm"
3434

3535
- name: Install Dependencies

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
- name: 设置 Node.js
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: 22
31+
node-version: 22.18.0
3232
registry-url: 'https://registry.npmjs.org'
3333

3434
- name: 安装 pnpm
3535
uses: pnpm/action-setup@v4
3636
with:
37-
version: 10
37+
version: 10.14.0
3838

3939
- name: 获取 pnpm store 目录
4040
shell: bash

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
# Steps represent a sequence of tasks that will be executed as part of the job
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828

2929
- name: Install Pnpm
3030
run: npm i -g corepack@latest --force && corepack enable
3131

3232
- name: Setup Node.js
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: 22
35+
node-version: 22.18.0
3636
cache: "pnpm"
3737

3838
- name: Install Dependencies

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@
5050
},
5151
"dependencies": {
5252
"axios": "1.11.0",
53-
"vue-hooks-plus": "1.7.6"
53+
"vue-hooks-plus": "1.9.0"
5454
},
5555
"devDependencies": {
56-
"@biomejs/biome": "^2.1.1",
57-
"@playwright/test": "^1.53.2",
58-
"@rsbuild/core": "^1.4.2",
59-
"@rslib/core": "^0.10.4",
60-
"@types/node": "^22.15.34",
56+
"@biomejs/biome": "^2.1.4",
57+
"@playwright/test": "^1.54.2",
58+
"@rsbuild/core": "^1.4.15",
59+
"@rslib/core": "^0.12.0",
60+
"@types/node": "^22.17.1",
6161
"@winner-fed/winjs": "*",
62-
"playwright": "^1.53.2",
63-
"simple-git-hooks": "^2.13.0",
62+
"playwright": "^1.54.2",
63+
"simple-git-hooks": "^2.13.1",
6464
"bumpp": "10.2.3",
65-
"typescript": "^5.8.3"
65+
"typescript": "^5.9.2"
6666
},
6767
"peerDevDependencies": {
6868
"@winner-fed/winjs": "*"

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@winner-fed/winjs": "*"
1515
},
1616
"devDependencies": {
17-
"typescript": "^5.0.3"
17+
"typescript": "^5.9.2"
1818
}
1919
}

0 commit comments

Comments
 (0)