Skip to content

Commit

Permalink
cicd: pnpm step 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
redundant4u committed Feb 27, 2024
1 parent 564bdb1 commit 91454a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
with:
node-version: "16"

- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8.12.1

- name: Create Env File
run: |
touch .env
Expand Down

0 comments on commit 91454a3

Please sign in to comment.