Skip to content

Commit

Permalink
Removed broken dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Apr 14, 2024
1 parent 2bc6cc3 commit 897062f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: python -m pip install --upgrade packaging pip setuptools
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm install
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"grunt": "^1.6.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"midi-test": "^1.2.9",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"web-audio-test": "^0.0.8",
Expand Down

0 comments on commit 897062f

Please sign in to comment.