From b094d60a5cbefd0c00ee0075f0e8c9d69c629cf2 Mon Sep 17 00:00:00 2001 From: Jan Potoms <2109932+Janpot@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:35:40 +0100 Subject: [PATCH] [core] Fix test_types_next job (#271) --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f1418581..946e9b5d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -251,13 +251,13 @@ jobs: resource_class: 'medium+' steps: - checkout + - install_js - run: name: Resolve typescript version command: | - pnpm add typescript@next -d -w + pnpm -w update -r typescript@next # log a patch for maintainers who want to check out this change git --no-pager diff HEAD - - install_js - run: name: Tests TypeScript definitions command: |