Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
fix: ci script: set pnpm version (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: jhlz <[email protected]>
  • Loading branch information
jhlzlove and jhlz authored May 11, 2024
1 parent 5436a67 commit 970081d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ jobs:
steps:
# 下载仓库代码 / 校验
- name: Checkout
# actions/checkout@v3 是 github 官方的一个action,用于 clone 该仓库的源码到工作流中
# actions/checkout@v4 是 github 官方的一个action,用于 clone 该仓库的源码到工作流中
uses: actions/checkout@v4
with:
fetch-depth: 0

# 安装 pnpm
- name: Setup pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 8

# 安装 node
- name: Setup node
Expand Down

0 comments on commit 970081d

Please sign in to comment.