Skip to content

Commit

Permalink
ci: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lostyu committed Apr 7, 2023
1 parent f2fba7d commit 3ed91c1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ jobs:
# 单元测试任务
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.1.0
with:
version: 7.2.1
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
- name: Install modules
run: pnpm install
- name: Run Test
Expand Down

0 comments on commit 3ed91c1

Please sign in to comment.