Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikaibenkai committed Jan 28, 2024
1 parent 1ca59c5 commit 6c8ac42
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/cache@v4
with:
path: ~/.pnpm
Expand All @@ -28,6 +31,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/cache@v4
with:
path: ~/.pnpm
Expand Down

0 comments on commit 6c8ac42

Please sign in to comment.