Skip to content

Commit 2321215

Browse files
committed
ci: fix the lint npm version mismatch
1 parent e9232b1 commit 2321215

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

script/vsts/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ jobs:
44
pool:
55
vmImage: ubuntu-latest
66
steps:
7+
- script: npm install --global npm@7
8+
displayName: Update npm
9+
710
- script: |
811
cd script
912
npm ci

0 commit comments

Comments
 (0)