Skip to content

Commit 5347de6

Browse files
authored
install nvm
1 parent ee35612 commit 5347de6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
build:
88
docker:
99
# Specify the version you desire here
10-
- image: circleci/node:latest
1110
- image: circleci/php:7.4-cli
1211

1312
# Specify service dependencies here if necessary
@@ -24,6 +23,10 @@ jobs:
2423

2524
- run: sudo apt update # PHP CircleCI 2.0 Configuration File# PHP CircleCI 2.0 Configuration File sudo apt install zlib1g-dev libsqlite3-dev
2625
- run: sudo docker-php-ext-install zip
26+
- 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
2730

2831
# Download and cache dependencies
2932
- restore_cache:

0 commit comments

Comments
 (0)