We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88892c9 commit 242fd51Copy full SHA for 242fd51
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup Node.js
22
uses: actions/setup-node@v4
23
with:
24
- node-version: 18
+ node-version: 20 # 将Node.js版本从18升级到20,解决依赖兼容性问题
25
cache: 'yarn'
26
27
- name: Install dependencies
0 commit comments