File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ pool:
1212steps :
1313- task : NodeTool@0
1414 inputs :
15- versionSpec : ' 18 .x'
15+ versionSpec : ' 22 .x'
1616 displayName : ' Install Node.js'
1717
1818- script : |
19- npm install
19+ npm ci
2020 displayName : ' npm install'
2121
2222- script : |
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ pool:
1212steps :
1313- task : NodeTool@0
1414 inputs :
15- versionSpec : ' 18 .x'
15+ versionSpec : ' 22 .x'
1616 displayName : ' Install Node.js'
1717
1818- script : |
19- npm install
19+ npm ci
2020 displayName : ' npm install'
2121
2222- script : |
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ pool:
1212steps :
1313- task : NodeTool@0
1414 inputs :
15- versionSpec : ' 18 .x'
15+ versionSpec : ' 22 .x'
1616 displayName : ' Install Node.js'
1717
1818- script : |
19- npm install
19+ npm ci
2020 displayName : ' npm install'
2121
2222- script : |
You can’t perform that action at this time.
0 commit comments