Skip to content

Commit

Permalink
Updated dependencies and github build
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Jun 12, 2024
1 parent 5e04c36 commit 02b3895
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
Expand Up @@ -19,18 +19,18 @@
],
"author": "jazz-soft (https://jazz-soft.net/)",
"dependencies": {
"jzz": "^1.8.1"
"jzz": "^1.8.4"
},
"devDependencies": {
"eslint": "^9.0.0",
"eslint": "^9.4.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.9",
"jsdom": "^24.1.0",
"jzz-synth-tiny": "^1.4.0",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"web-midi-test": "^1.2.7"
"nyc": "^17.0.0",
"web-midi-test": "^1.2.8"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 02b3895

Please # to comment.