Skip to content

Commit

Permalink
[core] Fix typescript-next CI workflow (#43394)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongarciah authored Aug 21, 2024
1 parent 6bb06b9 commit f01b8d0
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 @@ -353,13 +353,13 @@ jobs:
resource_class: 'medium+'
steps:
- checkout
- install_js
- run:
name: Resolve typescript version
command: |
pnpm add typescript@next -d -w
pnpm 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 f01b8d0

Please sign in to comment.