From 18325acd630c2341dbf2ba730aeb60096a221073 Mon Sep 17 00:00:00 2001 From: David Barrat Date: Sun, 31 Mar 2024 22:51:05 +0200 Subject: [PATCH] adjust circleci config --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 84514c3..d613ab6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,8 +9,9 @@ jobs: - image: cimg/base:stable steps: - checkout - - node/install-packages: - pkg-manager: pnpm + - name: Install pnpm + run: | + curl -L https://unpkg.com/@pnpm/self-installer | node - run: name: Run tests command: pnpm test