Skip to content

Commit 8ac2f6a

Browse files
authored
chore(deps): change nyc version to 15 for Node 12 to work (#565)
1 parent 20fc037 commit 8ac2f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge-to-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/setup-node@v4
2929
with:
3030
node-version: ${{ matrix.node-version }}
31-
- run: npm i -g nyc
31+
- run: npm i -g nyc@15
3232
- run: npm ci
3333
- run: npm run build
3434
- run: nyc npm test && nyc report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js

0 commit comments

Comments
 (0)