Skip to content

Commit

Permalink
install pnpm after repository checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ebisbe committed Jul 5, 2024
1 parent 473138c commit 814c101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
name: Execute actions
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v4

- name: Checkout repository
uses: actions/checkout@v3

- uses: pnpm/action-setup@v4

- name: Deploy service
run: |
pnpm install
Expand Down

0 comments on commit 814c101

Please sign in to comment.