Skip to content

Commit

Permalink
Update open-cli dep to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jan 11, 2024
1 parent bd7bc84 commit cae3c13
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 1,230 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/mediasoup-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:
restore-keys: |
${{ matrix.ci.os }}-node-
# NOTE: Add --force since some dev dependencies require Node >= 18.
- name: npm ci
run: npm ci --foreground-scripts
run: npm ci --force --foreground-scripts

- name: npm run lint
run: npm run lint
Expand Down
Loading

0 comments on commit cae3c13

Please sign in to comment.