Skip to content

Commit 6d1b289

Browse files
committed
Fix typo in types-scenarios task
1 parent 12efafb commit 6d1b289

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: install dependencies
5454
run: yarn install --frozen-lockfile
5555
- name: Swap TS Version
56-
run: yarn add --dev typescript@{{ matrix.tsVersion }}
56+
run: yarn add --dev typescript@${{ matrix.tsVersion }}
5757
- name: Check Types
5858
run: |
5959
tsc -v

0 commit comments

Comments
 (0)