Skip to content

Commit

Permalink
force use of node 18.x for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-ml committed Sep 19, 2023
1 parent 231269c commit 0477513
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pipelines/full-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ stages:
- checkout: none
- download: current
artifact: working
- task: NodeTool@0
displayName: 'Use Node 18.x'
inputs:
versionSpec: 18.x
- script: |
set -xv # Echo commands before they are run
npm test
Expand Down

0 comments on commit 0477513

Please sign in to comment.