Skip to content

Commit

Permalink
chore: change github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ruofee committed Sep 12, 2023
1 parent 9d82265 commit e0dbe1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/depoly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout # 1. 将仓库内master分支的内容下载到工作目录
uses: actions/checkout@v2
- name: Install Node
run: yarn global add n && n 16.17.1
run: yarn global add n && sudo n 16.17.1
- name: Install # 2. 安装依赖
run: yarn
- name: Build # 3. 打包
Expand Down

0 comments on commit e0dbe1a

Please sign in to comment.