Skip to content

Commit

Permalink
fix: action install
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiiavorobiova committed Sep 17, 2024
1 parent f6a91f1 commit 5a6b19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: install npm modules
run: npm install
run: npm install --legacy-peer-deps
- name: build project
run: npm run build
- name: prettier check
Expand Down

0 comments on commit 5a6b19f

Please sign in to comment.