Skip to content

Commit c0434df

Browse files
committed
update deps
1 parent 4303703 commit c0434df

File tree

6 files changed

+322
-329
lines changed

6 files changed

+322
-329
lines changed

.github/workflows/awaitqueue.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
- name: npm ci --foreground-scripts
5656
run: npm ci --foreground-scripts
5757

58+
- name: npm audit --omit dev
59+
run: npm audit --omit dev
60+
5861
- name: npm run lint
5962
run: npm run lint
6063

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ See the [unit tests](src/tests/test.ts).
158158

159159
[npm-shield-awaitqueue]: https://img.shields.io/npm/v/awaitqueue.svg
160160
[npm-awaitqueue]: https://npmjs.org/package/awaitqueue
161-
[github-actions-shield-awaitqueue]: https://github.com/versatica/awaitqueue/actions/workflows/awaitqueue.yaml/badge.svg
162-
[github-actions-awaitqueue]: https://github.com/versatica/awaitqueue/actions/workflows/awaitqueue.yaml
161+
[github-actions-shield-awaitqueue]: https://github.com/versatica/awaitqueue/actions/workflows/awaitqueue.yaml/badge.svg?branch=master
162+
[github-actions-awaitqueue]: https://github.com/versatica/awaitqueue/actions/workflows/awaitqueue.yaml?query=branch%3Amaster
163163
[opencollective-shield-mediasoup]: https://img.shields.io/opencollective/all/mediasoup.svg
164164
[opencollective-mediasoup]: https://opencollective.com/mediasoup/

npm-scripts.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ function installDeps() {
188188
executeCmd('npm install --package-lock-only --ignore-scripts');
189189

190190
// Check vulnerabilities in deps.
191-
executeCmd('npm audit');
191+
executeCmd('npm audit --omit dev');
192192
}
193193

194194
function checkRelease() {

0 commit comments

Comments
 (0)