Skip to content

Commit

Permalink
ci: update pulish job
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Feb 10, 2024
1 parent c77dc79 commit 5ad4108
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
with:
node-version: 18

- uses: actions/checkout@v3
- uses: pnpm/[email protected]

- name: Cache Dependencies
Expand All @@ -48,6 +47,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3

- uses: pnpm/[email protected]

- name: Restore Cached Dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 5ad4108

Please sign in to comment.