We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0927dc1 commit f2bd477Copy full SHA for f2bd477
1 file changed
appveyor.yml
@@ -1,7 +1,11 @@
1
+environment:
2
+ nodejs_version: "LTS"
3
+
4
cache:
5
- "%LOCALAPPDATA%\\Yarn"
6
7
install:
8
+ - ps: Install-Product node $env:nodejs_version
9
- ps: yarn install
10
11
test_script:
0 commit comments