Skip to content

Commit c30ac06

Browse files
authored
Update config.yml
1 parent e585a41 commit c30ac06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ jobs:
2323

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
26+
- run: sudo apt install curl
2627
- run: sudo apt install nodejs
2728
- run: nodejs --version
29+
- run: curl -L https://npmjs.org/install.sh | sudo sh
2830
- run: npm -v
2931

3032
# Download and cache dependencies

0 commit comments

Comments
 (0)