Skip to content

Commit

Permalink
fix ci failed with node8 by locking nyc version
Browse files Browse the repository at this point in the history
  • Loading branch information
fritx committed Jan 23, 2024
1 parent e695aa4 commit e6445b0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 79 deletions.
77 changes: 0 additions & 77 deletions .github/workflows/unit-test copy.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"bufferhelper": "^0.2.1",
"mocha": "^2.4.5",
"nyc": "^15.1.0",
"nyc": "=15.1.0",
"which": "^2.0.2"
},
"dependencies": {
Expand Down

0 comments on commit e6445b0

Please sign in to comment.