Skip to content

Commit

Permalink
CodeQL 3000 fix (#450)
Browse files Browse the repository at this point in the history
* CodeQL 3000 fix

- Added node16 installation for CodeQL 3000, because the task requires node 14+ and the default node version after pipeline run sets to 10.x

* CodeQL 3000 fix

- Added node16 installation for CodeQL 3000, because the task requires node 14+ and the default node version after pipeline run sets to 10.x
  • Loading branch information
DmitriiBobreshev committed Feb 26, 2024
1 parent 706c0b0 commit 1ec002a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .azure-pipelines/azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,9 @@ extends:
npm pack
cp *.tgz '$(Build.ArtifactStagingDirectory)'
displayName: Run npm-pack and copy to ArtifactStagingDirectory
# Install node 16 for CodeQL 3000
- task: NodeTool@0
displayName: Use node 16
inputs:
versionSpec: "16.x"

0 comments on commit 1ec002a

Please sign in to comment.