Skip to content

Commit

Permalink
ci: Fix CI / CD
Browse files Browse the repository at this point in the history
  • Loading branch information
henningmu committed Jun 26, 2022
1 parent b951134 commit 5a6cb8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm ci --legacy-peer-deps
- run: npm run build
- run: npm test
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: ${{ steps.nvmrc.outputs.NODE_VERSION }}

- name: Install dependencies
run: npm ci
run: npm ci --legacy-peer-deps

- name: Lint
run: npm run lint
Expand Down

0 comments on commit 5a6cb8d

Please sign in to comment.