From c93106cab9b66306f99c4eca8093a6f91b4709f0 Mon Sep 17 00:00:00 2001 From: shibafu Date: Tue, 2 Jun 2020 22:40:00 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=B5=E3=81=81=E3=81=A3=E3=81=8D=E3=82=85?= =?UTF-8?q?=E3=83=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8cfa320..9c7af60 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,6 +26,10 @@ commands: - run: sudo apt install -y libpq-dev - run: sudo docker-php-ext-install zip - run: sudo docker-php-ext-install pdo_pgsql + - run: + command: | + curl -sSL "https://nodejs.org/dist/v12.16.3/node-v12.16.3-linux-x64.tar.xz" | sudo tar --strip-components=2 -xJ -C /usr/local/bin/ node-v12.16.3-linux-x64/bin/node + curl https://www.npmjs.com/install.sh | sudo bash restore_composer: steps: - restore_cache: