Skip to content

Commit

Permalink
Testing with Node v.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Oct 24, 2022
1 parent 52f6143 commit e036e6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '19.x'
- run: npm install
- run: npm test
- run: npm run coverage
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"jazz-midi": "^1.7.6"
},
"devDependencies": {
"eslint": "^8.19.0",
"eslint": "^8.26.0",
"grunt": "^1.5.3",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"midi-test": "^1.2.1",
"mocha": "^10.0.0",
"mocha": "^10.1.0",
"nyc": "^15.1.0",
"web-audio-test": "^0.0.3",
"web-midi-test": "^1.2.1"
Expand Down

0 comments on commit e036e6a

Please sign in to comment.