Skip to content

Commit 2a07cf5

Browse files
authored
Merge branch 'main' into feat/add-application-approved-type
2 parents bbf75c2 + 9938afd commit 2a07cf5

File tree

10 files changed

+463
-568
lines changed

10 files changed

+463
-568
lines changed

.github/workflows/CI-appsec-blackduck-master.yml

Lines changed: 0 additions & 75 deletions
This file was deleted.

.github/workflows/CI-appsec-blackduck-pr.yml

Lines changed: 0 additions & 62 deletions
This file was deleted.

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
- uses: actions/setup-node@v1
10+
- uses: actions/setup-node@v4
1111
with:
12-
node-version: 16.x
12+
node-version: 18
1313
- run: npm ci
1414
- run: npm run lint
1515
- run: npm run build

0 commit comments

Comments
 (0)