From 99cc446c121331107c2c64b05528f549dac4d426 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sat, 7 Mar 2020 19:37:36 +0900 Subject: [PATCH] ci: Add Dump version step --- .github/workflows/test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7da79af4..32d14f3d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,6 +34,12 @@ jobs: with: node-version: '${{ steps.nvm.outputs.NVMRC }}' + - run: npm i -g npm + - name: Dump version + run: | + node -v + npm --version + git --version - run: npm ci - run: npm run format:check - run: npm run lint