Skip to content

Commit

Permalink
Try to print node version again
Browse files Browse the repository at this point in the history
  • Loading branch information
Riippi committed Aug 11, 2023
1 parent b5401ef commit 5c7a7f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ commands:
checkout_and_cache:
steps:
- checkout
- run: node --version
- run:
name: Node version
command: node --version
- restore_cache: # special step to restore the dependency cache
# Read about caching dependencies: https://circleci.com/docs/2.0/caching/
name: Restore Yarn Package Cache
Expand Down

0 comments on commit 5c7a7f6

Please sign in to comment.