Skip to content

Commit

Permalink
Update NPM types/node dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jan 11, 2024
1 parent 07ea35f commit c3e181d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mediasoup-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
restore-keys: |
${{ matrix.ci.os }}-node-
# NOTE: Add --force since otherwise `npm ci` fails in Node 16 because
# @octokit/auth-token dev dependency requires Node >= 16.
# NOTE: Add --force since some dev dependencies require Node >= 18.
- name: npm ci
run: npm ci --force --foreground-scripts

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"@octokit/rest": "^20.0.2",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.8",
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^8.56.0",
Expand Down

0 comments on commit c3e181d

Please sign in to comment.