Skip to content

Commit

Permalink
Seperate install of midi-test
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Apr 29, 2024
1 parent 897062f commit ad29619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
with:
node-version: '20.x'
- run: npm install
- run: npm install midi-test
- run: npm test
- run: npm run coverage
- uses: coverallsapp/github-action@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"jazz-midi": "^1.7.9"
},
"devDependencies": {
"eslint": "^9.0.0",
"eslint": "^9.1.1",
"grunt": "^1.6.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
Expand Down

0 comments on commit ad29619

Please sign in to comment.