Skip to content

Commit f875fbe

Browse files
committedDec 21, 2022
Use NodeJS 14.20.x for pipeline run
1 parent 5415395 commit f875fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pool:
99
steps:
1010
- task: NodeTool@0
1111
inputs:
12-
versionSpec: '14.15.x'
12+
versionSpec: '14.20.x'
1313
displayName: 'Install Node.js'
1414

1515
- script: |

0 commit comments

Comments
 (0)