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 e585a41 commit c30ac06Copy full SHA for c30ac06
.circleci/config.yml
@@ -23,8 +23,10 @@ jobs:
23
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 install curl
27
- run: sudo apt install nodejs
28
- run: nodejs --version
29
+ - run: curl -L https://npmjs.org/install.sh | sudo sh
30
- run: npm -v
31
32
# Download and cache dependencies
0 commit comments