diff --git a/ci/node.js.yml b/ci/node.js.yml index e993f9b..c4f17f9 100644 --- a/ci/node.js.yml +++ b/ci/node.js.yml @@ -17,8 +17,8 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - name: npm install, build, and test + - name: npm ci, build, and test run: | - npm install + npm ci npm run build --if-present npm test