Skip to content

Commit

Permalink
Actions versions and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Mar 2, 2023
1 parent dc80671 commit 7fefa8a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ jobs:
build-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '18.x'
- run: npm install
- run: npm test
build-linux:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 14.x]
node-version: [10.x, 18.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: sudo apt-get install -y libasound2-dev
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midi-test",
"version": "1.2.4",
"version": "1.2.5",
"description": "Virtual MIDI ports for testing MIDI applications",
"main": "index.js",
"scripts": {
Expand All @@ -21,9 +21,9 @@
"homepage": "https://jazz-soft.net",
"bugs": "https://github.com/jazz-soft/midi-test/issues",
"devDependencies": {
"eslint": "^8.30.0",
"jazz-midi": "^1.7.8",
"jzz": "^1.5.6",
"eslint": "^8.35.0",
"jazz-midi": "^1.7.9",
"jzz": "^1.6.0",
"mocha": "^10.2.0"
},
"gypfile": true,
Expand Down

0 comments on commit 7fefa8a

Please sign in to comment.