Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
fix: ci cache
Browse files Browse the repository at this point in the history
  • Loading branch information
virgoone committed Aug 3, 2022
1 parent 98c3f07 commit 2cf4804
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 6.32.9
- uses: actions/setup-node@v3
with:
node-version: '16'
Expand Down

0 comments on commit 2cf4804

Please sign in to comment.