Skip to content

Commit

Permalink
pin pnpm on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Nov 4, 2023
1 parent df4a70d commit 9599620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ init:
# Install scripts. (runs after repo cloning)
install:
- ps: Install-Product node $env:nodejs_version
- curl -L https://unpkg.com/@pnpm/self-installer | node
- npm install -g [email protected]
- pnpm install

# Post-install test scripts.
Expand Down

0 comments on commit 9599620

Please sign in to comment.