Skip to content

Commit

Permalink
更新Action
Browse files Browse the repository at this point in the history
Yarn:先降级再更新
  • Loading branch information
xuanxuan1231 authored Jan 11, 2024
1 parent 35b7e1f commit e5f5892
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ jobs:
# 如果你文档需要 Git 子模块,取消注释下一行
# submodules: true

- name: Update Yarn
- name: 降级 Yarn
run:
npm install -g yarn@1.22.19

- name: 更新Yarn
run:
yarn set version berry

Expand Down

0 comments on commit e5f5892

Please sign in to comment.