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 497846c commit 12fabb9Copy full SHA for 12fabb9
generators/app/templates/circleci/config.yml
@@ -18,14 +18,6 @@ jobs:
18
keys:
19
- npm-cache-{{ checksum "package.json" }}
20
- 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
29
- run: npm install
30
- save_cache:
31
key: npm-cache-{{ checksum "package.json" }}
0 commit comments