diff --git a/ci/node.js.yml b/ci/node.js.yml index 8da6b92..94face1 100644 --- a/ci/node.js.yml +++ b/ci/node.js.yml @@ -19,7 +19,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: npm install, build, and test run: | - npm install + npm ci npm run build --if-present npm test env: