Skip to content

Commit 37cfa03

Browse files
committed
fix: code-ql install deps
Signed-off-by: Vitor Hugo Salgado <[email protected]>
1 parent 4c49442 commit 37cfa03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql-analysis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848

4949
- name: Install + Build
5050
run: |
51-
make deps
51+
npm ci
52+
npm build
5253
5354
- name: Perform CodeQL Analysis
5455
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)