1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

ci: attempt to resolve merge to master errors (#546)

This commit is contained in:
Naor Peled
2024-04-20 14:54:03 +03:00
committed by GitHub
parent 327e6f5e51
commit 16c9f22546

View File

@@ -28,6 +28,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm i -g nyc
- run: npm ci
- run: npm run build
- run: nyc npm test && nyc report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js