Skip to content

Commit

Permalink
Updated dependencies and workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Apr 17, 2024
1 parent 751a122 commit d984f36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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 }}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-midi-files",
"version": "1.0.6",
"version": "1.0.7",
"description": "A framework for producing test MIDI files",
"main": "index.js",
"scripts": {
Expand All @@ -20,12 +20,12 @@
],
"author": "jazz-soft (https://jazz-soft.net)",
"dependencies": {
"jzz": "^1.8.1",
"jzz": "^1.8.2",
"jzz-gui-player": "^1.7.3",
"jzz-midi-gear": "^1.3.3",
"jzz-midi-gm": "^1.3.6",
"jzz-midi-smf": "^1.9.1",
"jzz-synth-tiny": "^1.3.9"
"jzz-synth-tiny": "^1.4.0"
},
"devDependencies": {
"eslint": "^9.0.0",
Expand Down

0 comments on commit d984f36

Please sign in to comment.