diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 8462acb..3986c4e 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -11,7 +11,6 @@ on: jobs: build: - runs-on: ubuntu-latest strategy: @@ -26,7 +25,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' - - run: npm ci + - run: npm ci -f - run: npm run build --if-present - name: Deploy with gh-pages