From b9527cff7f14836e55f494b7a54d258274457745 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:18:53 +0100 Subject: [PATCH] fix: CI Pnpm example lockfile incompatibility (#494) --- .circleci/test-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/test-deploy.yml b/.circleci/test-deploy.yml index 912df5bf..730e1b8b 100644 --- a/.circleci/test-deploy.yml +++ b/.circleci/test-deploy.yml @@ -86,6 +86,7 @@ workflows: - cypress/run: filters: *filters name: Pnpm Example + node-version: "22.11.0" working-directory: examples/pnpm-install cypress-cache-key: cypress-cache{{ arch }}-{{ checksum "examples/pnpm-install/package.json" }} post-install: "pnpm dlx cypress install"