diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e65e6b29b..4eff6e5e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,5 +23,6 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' - run: npm ci + - run: npm install --no-save sqlite3 --force - run: npm run build --if-present - run: npm run test --if-present