Skip to content

Commit 9326bf1

Browse files
committed
Log node and typescript versions during lint runs.
1 parent dcf7c10 commit 9326bf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ jobs:
99
uses: actions/setup-node@v1
1010
with:
1111
node-version: 19.x
12+
- run: node --version
1213
- run: npm ci --no-optional
14+
- run: npx tsc --version
1315
- run: npm run lint
1416
lint-unused-code: # look for unused functions and unused exports
1517
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)