Skip to content

Commit 7223312

Browse files
committed
ci: use npm 7 in ci + install shx in ci
1 parent 428085f commit 7223312

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

script/vsts/platforms/templates/preparation.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,13 @@ steps:
3030
force32bit: $(IsWinX86)
3131
displayName: Install Node.js 12.18.3
3232

33-
- script: npm install --global npm@6.14.8
33+
- script: npm install --global npm@7
3434
displayName: Update npm
3535

36+
# papm uses this. TODO use npx instead of directly calling shx
37+
- script: npm install --global shx
38+
displayName: Install shx
39+
3640
- pwsh: |
3741
cd script/vsts
3842
npm install

0 commit comments

Comments
 (0)