Skip to content

Commit b39dd34

Browse files
committed
chore: skip devDep on audit check
TICKET: BG-0000
1 parent 9441d18 commit b39dd34

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)