Skip to content

Commit

Permalink
cicd: add setup pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Emyr298 committed Jun 18, 2024
1 parent 4811dcb commit f21fd51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/deployment.yml → .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 8
- name: Build Static Files
run: |
pnpm install
Expand Down

0 comments on commit f21fd51

Please sign in to comment.