Skip to content

Commit 9017e66

Browse files
richardschneiderdaviddias
authored andcommitted
chore: test appveyor (#168)
1 parent b58be3c commit 9017e66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ platform:
1111

1212
install:
1313
- ps: Install-Product node $env:nodejs_version $env:platform
14+
- node --version
15+
- npm --version
1416
- npm install
1517

1618
test_script:
17-
- node --version
18-
- npm --version
1919
- npm test
2020

2121
build: off

0 commit comments

Comments
 (0)