From 1768fa1560d07507ad2bc9dd24b57588f6a79f73 Mon Sep 17 00:00:00 2001 From: Lexus Drumgold Date: Sun, 8 Jan 2023 23:16:26 -0500 Subject: [PATCH] ci(workflows): [`typescript-canary`] print typescript version Signed-off-by: Lexus Drumgold --- .github/workflows/typescript-canary.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/typescript-canary.yml b/.github/workflows/typescript-canary.yml index c2de1515..c15a1452 100644 --- a/.github/workflows/typescript-canary.yml +++ b/.github/workflows/typescript-canary.yml @@ -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