Skip to content

Commit 72fdcdd

Browse files
authored
Update node.js.yml
1 parent c147468 commit 72fdcdd

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,10 @@ jobs:
4545
run: |
4646
npm run type:check
4747
48-
# Next.js needs to be upgraded from 12.x as it has many critical CVEs
49-
#- name: Security Check
50-
# if: ${{ success() }}
51-
# run: |
52-
# npm run security:check
48+
- name: Security Check
49+
if: ${{ success() }}
50+
run: |
51+
npm run security:check
5352
5453
- name: Unit Tests Check
5554
if: ${{ success() }}

0 commit comments

Comments
 (0)