Skip to content

Commit 0c26264

Browse files
committed
fix: update NodeJS for Azure Pipeline
1 parent 4e0172e commit 0c26264

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: '12.x'
10+
versionSpec: '18.x'
1111
displayName: 'Install Node.js'
1212

1313
- script: npm ci

0 commit comments

Comments
 (0)