Skip to content

Commit 08897ea

Browse files
committed
update deps
1 parent 722ebd6 commit 08897ea

File tree

4 files changed

+363
-284
lines changed

4 files changed

+363
-284
lines changed

.github/workflows/rtp.js.yaml

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

56+
- name: npm audit --omit dev
57+
run: npm audit --omit dev
58+
5659
- name: npm run lint
5760
run: npm run lint
5861

npm-scripts.mjs

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

211211
// Check vulnerabilities in deps.
212-
executeCmd('npm audit');
212+
executeCmd('npm audit --omit dev');
213213
}
214214

215215
function checkRelease() {

0 commit comments

Comments
 (0)