Skip to content

Commit

Permalink
[core] Fix test_types_next job (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Nov 15, 2024
1 parent 9be2ffb commit b094d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b094d60

Please sign in to comment.