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

Commit

Permalink
Merge branch 'release/1.2.20'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Oct 30, 2023
2 parents 7aa8528 + c922568 commit d04b751
Show file tree
Hide file tree
Showing 5 changed files with 140 additions and 540 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.2

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
name: Install pnpm
id: pnpm-install
with:
Expand All @@ -38,7 +38,7 @@ jobs:
run: |
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
- uses: actions/cache@v3.3.1
- uses: actions/cache@v3.3.2
name: Setup pnpm cache
with:
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
Expand Down
Loading

0 comments on commit d04b751

Please sign in to comment.