1
0
mirror of https://github.com/lancedikson/bowser synced 2025-12-05 06:02:14 +00:00

chore(deps): change nyc version to 15 for Node 12 to work

This commit is contained in:
Naor Peled 2025-08-09 21:04:36 +03:00
parent 20fc037785
commit 03d27a2ae4

View File

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