We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9232b1 commit 2321215Copy full SHA for 2321215
script/vsts/lint.yml
@@ -4,6 +4,9 @@ jobs:
4
pool:
5
vmImage: ubuntu-latest
6
steps:
7
+ - script: npm install --global npm@7
8
+ displayName: Update npm
9
+
10
- script: |
11
cd script
12
npm ci
0 commit comments