Skip to content

Commit c72bd08

Browse files
authored
Merge pull request #60 from BitGo/BG-0000-audit-fix
chore: skip devDep on audit check
2 parents 9441d18 + b39dd34 commit c72bd08

File tree

4 files changed

+9860
-113
lines changed

4 files changed

+9860
-113
lines changed

.github/workflows/main_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
143143
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
144144
with:
145-
node-version: 16
145+
node-version: 18
146146
cache: 'npm'
147147
- run: npm ci
148148
- run: ./node_modules/.bin/semantic-release

.nsprc

+7-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
{}
1+
{
2+
"GHSA-rc47-6667-2j5j": {
3+
"active": true,
4+
"notes": "ignore until a fix is introduced to semantic-releases. See https://github.com/semantic-release/npm/issues/574",
5+
"expiry": 1676926476000
6+
}
7+
}

0 commit comments

Comments
 (0)