Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed May 18, 2024
1 parent 9555b47 commit b8d6359
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
- run: npm install
- run: npm test
- run: npm run coverage
- uses: coverallsapp/github-action@master
- uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jzz-gui-player",
"version": "1.7.3",
"version": "1.7.4",
"description": "MIDI Player GUI for browsers",
"main": "javascript/JZZ.gui.Player.js",
"scripts": {
Expand All @@ -18,19 +18,19 @@
],
"author": "jazz-soft (https://jazz-soft.net/)",
"dependencies": {
"jzz": "^1.8.1",
"jzz-midi-smf": "^1.9.1"
"jzz": "^1.8.4",
"jzz-midi-smf": "^1.9.2"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint": "^9.3.0",
"grunt": "^1.6.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"jsdom": "^24.0.0",
"jzz-synth-tiny": "^1.3.8",
"jzz-synth-tiny": "^1.4.0",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"web-midi-test": "^1.2.6"
"web-midi-test": "^1.2.8"
},
"runkitExampleFilename": "runkit.js",
"repository": {
Expand Down

0 comments on commit b8d6359

Please sign in to comment.