Skip to content

Commit 1bb47d8

Browse files
authored
ci: ignore failure of npm audit fix command (#5343)
1 parent dbff957 commit 1bb47d8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/audit.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
1717
with:
18-
node-version: 14
18+
node-version: 18
1919
- id: interrogate
2020
run: node ./.github/workflows/list-node-paths-for-deps.js
2121
updateDeps:
@@ -30,9 +30,10 @@ jobs:
3030
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
3131
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
3232
with:
33-
node-version: ${{ matrix.node }}
33+
node-version: 18
3434
- run: echo ./packages/${{ matrix.package }}
3535
- run: cd ./packages/${{ matrix.package }} && npm audit fix
36+
continue-on-error: true
3637
- uses: googleapis/code-suggester@9c92ffb751cbdc880473aa650013b3a3292f743a # v4
3738
env:
3839
ACCESS_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}

0 commit comments

Comments
 (0)