Skip to content

Commit

Permalink
fix(codeql): node.js version for codeql of c++
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao committed Nov 7, 2023
1 parent bcb58b4 commit f54668a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
cache-dependency-path: package-lock.json
- name: Set up Qt
uses: jurplel/install-qt-action@v3
with:
Expand Down

0 comments on commit f54668a

Please sign in to comment.