Skip to content

Commit f2bd477

Browse files
committed
Use newer version of node to install
1 parent 0927dc1 commit f2bd477

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
environment:
2+
nodejs_version: "LTS"
3+
14
cache:
25
- "%LOCALAPPDATA%\\Yarn"
36

47
install:
8+
- ps: Install-Product node $env:nodejs_version
59
- ps: yarn install
610

711
test_script:

0 commit comments

Comments
 (0)