Skip to content

Commit

Permalink
ci: install for release (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno authored Nov 28, 2022
1 parent a450f8a commit 8a0af48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm install
run: npx npm-install-peers
- name: Run linters
run: npm run lint
- name: Semantic Release
Expand Down

0 comments on commit 8a0af48

Please sign in to comment.