8000 ci: install nodejs in the commitlint environment · proofit404/stories@8b6cee9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b6cee9

Browse files
dry-python-botdry-python-bot
authored andcommitted
ci: install nodejs in the commitlint environment
1 parent 50f94ae commit 8b6cee9

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
@@ -59,7 +59,7 @@ jobs:
5959
- task: NodeTool@0
6060
inputs:
6161
versionSpec: "10.x"
62-
condition: in(variables['tox.env'], 'remarklint')
62+
condition: in(variables['tox.env'], 'remarklint', 'commitlint')
6363
displayName: Install NodeJS.
6464
- script: |
6565
git remote set-branches origin master

0 commit comments

Comments
 (0)
0