We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67bd75 commit 7657ed2Copy full SHA for 7657ed2
.github/workflows/codeql.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Use Node.js v18.x
54
if: matrix.language == 'cpp'
55
run: |
56
- npm ci
+ npm install
57
npm run build
58
59
# Initializes the CodeQL tools for scanning.
0 commit comments