Skip to content

Commit

Permalink
ci(workflows): [typescript-canary] print typescript version
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Jan 9, 2023
1 parent 74965d9 commit 1768fa1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/typescript-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
- id: typescript
name: Install typescript@${{ matrix.typescript-version }}
run: yarn add -D typescript@${{ matrix.typescript-version }}
- id: typescript-version
name: Print TypeScript version
run: jq .devDependencies.typescript package.json -r
- id: build
name: Build project
run: yarn build
Expand Down

0 comments on commit 1768fa1

Please sign in to comment.