Commit 0444c89
Add npm audit to the build steps action for CDA (#1256)
Ran this locally to test, currently with the dependabot changes merged
#1243
Reporting
```
npm audit --audit-level=high
found 0 vulnerabilities
```
Note: I went with node 20 in the actions, but we could probably bump
that up?
(cherry picked from commit daeba6e)1 parent e9e032a commit 0444c89
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
33 | 45 | | |
34 | 46 | | |
35 | 47 | | |
| |||
0 commit comments