From 708e95bab1223509547047a14af7fa93b44b271a Mon Sep 17 00:00:00 2001 From: Chris Sidi Date: Wed, 29 Jan 2020 16:34:28 -0500 Subject: [PATCH] Switch back to `npm ci` (#214) Switch back to using `npm ci`, which is more efficient than `npm install` --- ci/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/node.js.yml b/ci/node.js.yml index a089915..d22f03e 100644 --- a/ci/node.js.yml +++ b/ci/node.js.yml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - run: npm install + - run: npm ci - run: npm run build --if-present - run: npm test env: