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 5347de6 commit 26fd456Copy full SHA for 26fd456
.circleci/config.yml
@@ -24,9 +24,8 @@ jobs:
24
- run: sudo apt update # PHP CircleCI 2.0 Configuration File# PHP CircleCI 2.0 Configuration File sudo apt install zlib1g-dev libsqlite3-dev
25
- 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
+ - run: sudo apt install nodejs
+ - run: nodejs --version
30
31
# Download and cache dependencies
32
- restore_cache:
0 commit comments