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 6
6
permissions : {}
7
7
8
8
env :
9
- NODE_VERSION : 18.17 .1
9
+ NODE_VERSION : 20.18 .1
10
10
TEST_RESULTS_DIRECTORY : .
11
11
# Force a path with spaces and unicode chars to test extension works in these scenarios
12
12
special-working-directory : ' ./🐍 🐛'
Original file line number Diff line number Diff line change 11
11
permissions : {}
12
12
13
13
env :
14
- NODE_VERSION : 18.17 .1
14
+ NODE_VERSION : 20.18 .1
15
15
TEST_RESULTS_DIRECTORY : .
16
16
# Force a path with spaces and unicode chars to test extension works in these scenarios
17
17
special-working-directory : ' ./🐍 🐛'
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ extends:
58
58
buildSteps :
59
59
- task : NodeTool@0
60
60
inputs :
61
- versionSpec : ' 18.17 .1'
61
+ versionSpec : ' 20.18 .1'
62
62
displayName : Select Node version
63
63
64
64
- task : UsePythonVersion@0
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ extends:
53
53
buildSteps :
54
54
- task : NodeTool@0
55
55
inputs :
56
- versionSpec : ' 18.17 .1'
56
+ versionSpec : ' 20.18 .1'
57
57
displayName : Select Node version
58
58
59
59
- task : UsePythonVersion@0
You can’t perform that action at this time.
0 commit comments