Skip to content

Commit ff71c32

Browse files
committed
fix/ macos action
1 parent ccd468d commit ff71c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
node-version: ${{ matrix.node-version }}
4747
- name: Install Dependencies
48-
run: npm i
48+
run: npm i && npm i -D cli-truncate
4949
- name: Check lint
5050
run: npm run lint
5151
- name: Build the app

0 commit comments

Comments
 (0)