We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74d5428 + 86d9389 commit 4c020dfCopy full SHA for 4c020df
3 files changed
.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: 设置 Node.js
81
uses: actions/setup-node@v4
82
with:
83
- node-version: '18'
+ node-version: '22'
84
85
- name: 安装 pnpm
86
uses: pnpm/action-setup@v4
.github/workflows/docs.yml
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
registry-url: 'https://registry.npmjs.org'
33
34
0 commit comments