diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 8cb6e09..cd5b85a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -25,4 +25,4 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' - run: npm ci - - run: npm run build --if-present + - run: CI=false npm run build --if-present