Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 8f870f3

Browse files
committed
Fix appveyor config
1 parent 80c1b10 commit 8f870f3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

appveyor.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
environment:
2-
nodejs_version: "10"
2+
nodejs_version: "18"
33

44
init:
55
- git config --global core.autocrlf true
66

77
install:
88
- ps: Install-Product node $env:nodejs_version
9-
- npm install
9+
- npm ci
1010

1111
test_script:
1212
- node --version
13-
- yarn --version
14-
- yarn test
13+
- npm run test
1514

1615
build: off

0 commit comments

Comments
 (0)