From 78c236e70ac72355671e5109f62da80e9c3108a7 Mon Sep 17 00:00:00 2001 From: Julien Dudek Date: Mon, 2 Nov 2020 09:43:51 +0100 Subject: [PATCH] fix: mauvais fichier commit --- .circleci/config.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 00553ec..aa0933d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,9 +1,8 @@ +version: 2.1 jobs: - job-name: + build: docker: - - image: circleci/node:12 + - image: cimg/node:14.10.1 # the primary container, where your job's commands are run steps: - - checkout - - run: - name: Install stuff - command: echo ok + - checkout # check out the code in the project directory + - run: echo "hello world"