Skip to content

Commit 53df1c2

Browse files
committed
Update node runtime version and dev dependencies
1 parent 87270e6 commit 53df1c2

File tree

5 files changed

+1309
-593
lines changed

5 files changed

+1309
-593
lines changed

azure-pipelines-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
steps:
22

33
- task: NodeTool@0
4-
displayName: Use Node 16.x
4+
displayName: Use Node 20.x
55
inputs:
6-
versionSpec: "16.15.1"
6+
versionSpec: "20.3.1"
77

88
- script: npm install
99
displayName: 'npm install'

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
pathtoPublish: '$(Build.ArtifactStagingDirectory)'
3030
artifactName: npm
3131
displayName: 'Publish npm artifact'
32-
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
32+
condition: and(succeeded(), in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/releases/3.x'))

0 commit comments

Comments
 (0)