From b094259332242b4e2226a7338f8537bd9f646f8f Mon Sep 17 00:00:00 2001 From: Kelly Selden Date: Sat, 4 Nov 2023 09:56:06 -0700 Subject: [PATCH] chore: 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.