From 574685d9df1705361c096fb9e825f94f48fad08e Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Fri, 7 Jun 2019 16:15:02 -0400 Subject: [PATCH] Switch from install to ci --- .github/main.workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/main.workflow.yml b/.github/main.workflow.yml index 70302174..ca7e4df5 100644 --- a/.github/main.workflow.yml +++ b/.github/main.workflow.yml @@ -8,8 +8,8 @@ jobs: matrix: operating-system: [Linux, macOS, Windows] actions: - - name: npm install - run: npm install + - name: npm ci + run: npm ci - name: Lint run: npm run format-check