From 0c4edf446c098dcfc4ec5a6a7dc8301a439c465e Mon Sep 17 00:00:00 2001 From: Chris Sidi Date: Wed, 20 Nov 2019 09:13:55 -0500 Subject: [PATCH] Switch back to `npm ci` 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: