We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c147468 commit 72fdcddCopy full SHA for 72fdcdd
1 file changed
.github/workflows/node.js.yml
@@ -45,11 +45,10 @@ jobs:
45
run: |
46
npm run type:check
47
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
+ - name: Security Check
+ if: ${{ success() }}
+ run: |
+ npm run security:check
53
54
- name: Unit Tests Check
55
if: ${{ success() }}
0 commit comments