From a95a149c9abfea0f5855504a5ddc3d2ca0a666ee Mon Sep 17 00:00:00 2001 From: Michal Dorner Date: Tue, 23 Aug 2022 22:46:11 +0200 Subject: [PATCH] Print used node version in CI job --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57144fc..b38d0df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - run: node --version - run: npm ci - run: npm run build - run: npm run format-check