diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index df8c9ea..8b95a9e 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -26,6 +26,6 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' - # - run: npm ci - # - run: npm run build --if-present + - run: npm ci + - run: npm run build --if-present - run: npm test