Skip to content

Commit

Permalink
Update deploy-to-server.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
secret authored Dec 17, 2023
1 parent 2f9fe06 commit 8c42895
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitea/workflows/deploy-to-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ jobs:
with:
fetch-depth: 0

# 安装 pnpm
- name: install pnpm
uses: pnpm/action-setup@master
with:
version: 8

# 安装 node 环境
- name: install node
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm

# 安装 pnpm
- name: install pnpm
uses: pnpm/action-setup@master
with:
version: 8

# 安装项目需要的依赖
- name: install dependencies
run: pnpm install
Expand Down

0 comments on commit 8c42895

Please sign in to comment.