Skip to content

Commit 1bbd9f4

Browse files
committed
ci: appveyor
1 parent 262283a commit 1bbd9f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: appveyor.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
environment:
2-
nodejs_version: "8"
2+
nodejs_version: "16"
33

44
install:
55
- ps: Install-Product node $env:nodejs_version
6-
- yarn
6+
- curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@7
7+
- pnpm install
78

89
test_script:
910
- git --version
1011
- node --version
11-
- yarn --version
12-
- yarn test
12+
- pnpm test
1313

1414
cache:
1515
- node_modules -> yarn.lock

0 commit comments

Comments
 (0)