Skip to content

Commit

Permalink
fix: update modal-controller-CI
Browse files Browse the repository at this point in the history
pnpm 설정 추가
  • Loading branch information
chanwoo00106 authored Mar 26, 2024
1 parent aa238bf commit 3cdf3d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/modal-controller-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8.15.5
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: pnpm install
run: npm i -g pnpm

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 3cdf3d9

Please sign in to comment.