Skip to content

Commit 5e09d11

Browse files
Kelly Seldenkellyselden
authored andcommitted
chore: pin pnpm on appveyor
1 parent df4a70d commit 5e09d11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ init:
1515
# Install scripts. (runs after repo cloning)
1616
install:
1717
- ps: Install-Product node $env:nodejs_version
18-
- curl -L https://unpkg.com/@pnpm/self-installer | node
18+
- npm install -g [email protected]
1919
- pnpm install
2020

2121
# Post-install test scripts.

0 commit comments

Comments
 (0)