Skip to content

Commit

Permalink
Add some commands to log the node version
Browse files Browse the repository at this point in the history
  • Loading branch information
noahtallen committed Oct 27, 2023
1 parent c5c1d64 commit 0ba480f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .teamcity/_self/projects/WebApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,9 @@ object RunAllUnitTests : BuildType({
name = "Prepare environment"
scriptContent = """
export NODE_ENV="test"
node --version
yarn --version
npm --version
# Install modules
${_self.yarn_install_cmd}
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ RUN bash /tmp/env-config.sh
# Calypso development.
COPY . /calypso/
RUN yarn install --immutable --check-cache
RUN node --version && yarn --version && npm --version

# Build the final layer
#
Expand Down

0 comments on commit 0ba480f

Please sign in to comment.