ci: enhance version log (#429)

This commit is contained in:
Shohei Ueda
2020-07-28 22:00:59 +09:00
committed by GitHub
parent 70c0076457
commit 681dcab3fd

View File

@@ -37,8 +37,8 @@ ENV GITHUB_REPOSITORY_OWNER="peaceiris"
ENV GITHUB_ACTIONS="true"
ENV CI="true"
RUN node -v && \
npm -v && \
RUN echo "node version: $(node -v)" && \
echo "npm version: $(npm -v)" && \
git --version && \
git config --global init.defaultBranch main && \
git config --global init.defaultBranch