Skip to content

Commit

Permalink
fix(azure): update node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Ortiz committed Jun 6, 2024
1 parent b2322da commit d48c35c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ stages:
steps:
- task: UseNode@1
inputs:
version: '18.x'
version: '20.x'
displayName: 'Install Node.js'
- task: Cache@2
inputs:
Expand All @@ -38,7 +38,7 @@ stages:
--env SNYK_TOKEN \
--env DEBUG=1 \
-v $(Build.SourcesDirectory):/app \
snyk/snyk:node-18 snyk monitor --all-projects --org=${SNYK_ORG_ID} --remote-repo-url=GEL-next --project-tags=applicationid=A00C6A,componenttype=ui,buildnumber=0.0.$(Build.BuildId)
snyk/snyk:node-20 snyk monitor --all-projects --org=${SNYK_ORG_ID} --remote-repo-url=GEL-next --project-tags=applicationid=A00C6A,componenttype=ui,buildnumber=0.0.$(Build.BuildId)
env:
SNYK_TOKEN: $(SNYK_TOKEN)
SNYK_ORG_ID: $(SNYK_ORG_ID)
Expand Down

0 comments on commit d48c35c

Please sign in to comment.