Skip to content

Commit

Permalink
lower versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianGonz97 committed Apr 3, 2024
1 parent 2fe2f2a commit bd5e13f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs-preview-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
runs-on: ubuntu-latest
name: Deploy Preview to Cloudflare Pages
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v4
- uses: actions/setup-node@v3
with:
node-version: 20

Expand All @@ -36,7 +36,7 @@ jobs:
run: |
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
- name: Setup pnpm cache
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down

0 comments on commit bd5e13f

Please sign in to comment.