Skip to content

Commit 617b73f

Browse files
committed
chore: bump node version used in CI
1 parent 0ebf31f commit 617b73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- task: NodeTool@0
99
inputs:
10-
versionSpec: '8.x'
10+
versionSpec: '10.x'
1111
displayName: 'Install Node.js'
1212

1313
- script: npm ci

0 commit comments

Comments
 (0)