From 959962011a5747939655cbb42d1d313218c79b10 Mon Sep 17 00:00:00 2001 From: Kelly Selden Date: Sat, 4 Nov 2023 09:56:06 -0700 Subject: [PATCH] pin pnpm on appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 1cfb6c2..f003016 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 pnpm@6.7.4 - pnpm install # Post-install test scripts.