mirror of
https://github.com/lancedikson/bowser
synced 2025-12-04 21:52:14 +00:00
chore(deps): change nyc version to 15 for Node 12 to work (#565)
This commit is contained in:
parent
20fc037785
commit
8ac2f6a1ec
2
.github/workflows/merge-to-master.yml
vendored
2
.github/workflows/merge-to-master.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm i -g nyc
|
||||
- run: npm i -g nyc@15
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- run: nyc npm test && nyc report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js
|
||||
|
||||
Loading…
Reference in New Issue
Block a user