Skip to content

Commit

Permalink
test: install mvn for ut running node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
sagivoululumigo committed May 23, 2024
1 parent 1106bbf commit 93da88c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ jobs:
- run:
name: show current node version
command: node --version
- run:
name: show current node version
command: nvm use 18.20.3 && node --version
- checkout
- run:
name: install npm dependencies
Expand Down

0 comments on commit 93da88c

Please sign in to comment.