Skip to content

Commit f3cff31

Browse files
committed
ci: Added npm installation script
1 parent bb6b8c8 commit f3cff31

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ version: '{branch}-{build}'
33
environment:
44
nodejs_version: "12"
55

6+
install:
7+
- ps: Install-Product node $env:nodejs_version
8+
69
configuration:
710
- Debug
811
- Debug_Lite

0 commit comments

Comments
 (0)