Skip to content

Commit

Permalink
circleci: add debug statements for node version
Browse files Browse the repository at this point in the history
  • Loading branch information
kujenga committed Jul 14, 2024
1 parent 7422666 commit 634721d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ jobs:
- attach_workspace:
at: .
- node/install-packages
- run: node --version
- run: npm --version
- run:
name: Run E2E tests
command: npm run test:e2e
Expand Down

0 comments on commit 634721d

Please sign in to comment.