From 02b389565bc0ec7865a7f1c83055df66c09a8a99 Mon Sep 17 00:00:00 2001 From: Sema Date: Tue, 11 Jun 2024 22:31:51 -0400 Subject: [PATCH] Updated dependencies and github build --- .github/workflows/build.yml | 8 ++++---- package.json | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e0e2720..0109641 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} \ No newline at end of file diff --git a/package.json b/package.json index 8fd0166..c64fc0c 100644 --- a/package.json +++ b/package.json @@ -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",