Skip to content

Commit 26fd456

Browse files
authored
nodejs --version
1 parent 5347de6 commit 26fd456

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ jobs:
2424
- run: sudo apt update # PHP CircleCI 2.0 Configuration File# PHP CircleCI 2.0 Configuration File sudo apt install zlib1g-dev libsqlite3-dev
2525
- run: sudo docker-php-ext-install zip
2626
- run: sudo apt-get install curl
27-
- run: curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
28-
- run: nvm install node
29-
- run: node --version
27+
- run: sudo apt install nodejs
28+
- run: nodejs --version
3029

3130
# Download and cache dependencies
3231
- restore_cache:

0 commit comments

Comments
 (0)