We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee35612 commit 5347de6Copy full SHA for 5347de6
.circleci/config.yml
@@ -7,7 +7,6 @@ jobs:
7
build:
8
docker:
9
# Specify the version you desire here
10
- - image: circleci/node:latest
11
- image: circleci/php:7.4-cli
12
13
# Specify service dependencies here if necessary
@@ -24,6 +23,10 @@ jobs:
24
23
25
- run: sudo apt update # PHP CircleCI 2.0 Configuration File# PHP CircleCI 2.0 Configuration File sudo apt install zlib1g-dev libsqlite3-dev
26
- run: sudo docker-php-ext-install zip
+ - 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
30
31
# Download and cache dependencies
32
- restore_cache:
0 commit comments