File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66permissions : {}
77
88env :
9- NODE_VERSION : 18.17 .1
9+ NODE_VERSION : 20.18 .1
1010 TEST_RESULTS_DIRECTORY : .
1111 # Force a path with spaces and unicode chars to test extension works in these scenarios
1212 special-working-directory : ' ./🐍 🐛'
Original file line number Diff line number Diff line change 1111permissions : {}
1212
1313env :
14- NODE_VERSION : 18.17 .1
14+ NODE_VERSION : 20.18 .1
1515 TEST_RESULTS_DIRECTORY : .
1616 # Force a path with spaces and unicode chars to test extension works in these scenarios
1717 special-working-directory : ' ./🐍 🐛'
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ extends:
5858 buildSteps :
5959 - task : NodeTool@0
6060 inputs :
61- versionSpec : ' 18.17 .1'
61+ versionSpec : ' 20.18 .1'
6262 displayName : Select Node version
6363
6464 - task : UsePythonVersion@0
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ extends:
5353 buildSteps :
5454 - task : NodeTool@0
5555 inputs :
56- versionSpec : ' 18.17 .1'
56+ versionSpec : ' 20.18 .1'
5757 displayName : Select Node version
5858
5959 - task : UsePythonVersion@0
You can’t perform that action at this time.
0 commit comments