Skip to content

Commit

Permalink
Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Feb 28, 2023
1 parent db86fcd commit 821cda9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jobs:
build:
runs-on: ubuntu-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
- run: npm run coverage
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"jzz": "^1.6.0"
},
"devDependencies": {
"eslint": "^8.34.0",
"eslint": "^8.35.0",
"grunt": "^1.6.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"jzz-gui-player": "^1.6.1",
"jzz-midi-gm": "^1.3.1",
"jzz-gui-player": "^1.6.2",
"jzz-midi-gm": "^1.3.2",
"jzz-synth-tiny": "^1.3.4",
"mocha": "^10.2.0",
"nyc": "^15.1.0"
Expand Down

0 comments on commit 821cda9

Please sign in to comment.