Skip to content

Commit 12fabb9

Browse files
committed
Remove node 6 because node 8 is installed in base image.
1 parent 497846c commit 12fabb9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

generators/app/templates/circleci/config.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ jobs:
1818
keys:
1919
- npm-cache-{{ checksum "package.json" }}
2020
- composer-cache-{{ checksum "composer.lock" }}
21-
- run:
22-
name: Install Node 6
23-
command: |
24-
curl "https://deb.nodesource.com/setup_6.x" -o "setup_6.x"
25-
chmod +x setup_6.x
26-
./setup_6.x
27-
rm setup_6.x
28-
apt-get install nodejs -y
2921
- run: npm install
3022
- save_cache:
3123
key: npm-cache-{{ checksum "package.json" }}

0 commit comments

Comments
 (0)