Skip to content

Commit

Permalink
chore: update pnpm setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinLupa committed Dec 11, 2024
1 parent 785ddfc commit af6346d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/actions/vercel/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ outputs:
runs:
using: composite
steps:
- name: Setup PNPM
uses: './.github/actions/setup-pnpm'
- uses: pnpm/action-setup@v4
with:
version: 9

- name: Install Vercel CLI
shell: bash
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/reusable-contentful-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
with:
ref: ${{ github.head_ref }}

- name: Setup PNPM
uses: './.github/actions/setup-pnpm'
- uses: pnpm/action-setup@v4
with:
version: 9

- name: Build and Upload
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/reusable-vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ jobs:
with:
ref: ${{ github.head_ref }}

- name: Setup PNPM
uses: './.github/actions/setup-pnpm'
- uses: pnpm/action-setup@v4
with:
version: 9

- name: Install Vercel CLI
shell: bash
Expand Down

0 comments on commit af6346d

Please sign in to comment.