Skip to content

Commit 700d13e

Browse files
committed
fix: #246 fixing dep issues and comment npm audit in the meantime since there is no clear solution yet
1 parent 1327db7 commit 700d13e

File tree

3 files changed

+1384
-2481
lines changed

3 files changed

+1384
-2481
lines changed

.github/workflows/CD-time-tracker-ui.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,4 @@ jobs:
5858
env:
5959
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
6060
SLACK_ICON: https://avatars.slack-edge.com/2020-04-14/1055222096486_7b0bf047c32f9f666b69_48.jpg
61-
SLACK_TITLE: 'A new version has been cooked:'
6261
SLACK_USERNAME: 'heisenberg-says:'

.github/workflows/CI-time-tracker-ui.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ on:
77
- master
88

99
jobs:
10-
security-audit:
11-
name: Running npm audit
12-
runs-on: ubuntu-latest
13-
timeout-minutes: 60
14-
steps:
15-
- name: Clone and checkout branch
16-
uses: actions/checkout@master
17-
18-
- name: Set up Node.js version
19-
uses: actions/setup-node@v1
20-
with:
21-
node-version: '12.x'
22-
23-
- name: Security Audit
24-
run: npm audit --audit-level=moderate
10+
# security-audit:
11+
# name: Running npm audit
12+
# runs-on: ubuntu-latest
13+
# timeout-minutes: 60
14+
# steps:
15+
# - name: Clone and checkout branch
16+
# uses: actions/checkout@master
17+
18+
# - name: Set up Node.js version
19+
# uses: actions/setup-node@v1
20+
# with:
21+
# node-version: '12.x'
22+
23+
# # - name: Security Audit
24+
# # run: npm audit --audit-level=moderate
2525

2626
ci-test:
2727
name: Unit tests and CodeCoverage

0 commit comments

Comments
 (0)