Skip to content

Commit

Permalink
Update dependencies and node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
infojunkie committed Aug 16, 2024
1 parent bca24ad commit 23055ad
Show file tree
Hide file tree
Showing 5 changed files with 1,574 additions and 1,733 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"browser": true,
"node": true
},
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"rules": {
"no-unused-vars": ["error", { "vars": "all", "args": "after-used", "ignoreRestSiblings": false }]
},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [14, 16, 18, 20]
node-version: [18, 20, 22]

steps:
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion lib/ireal-musicxml.js

Large diffs are not rendered by default.

Loading

0 comments on commit 23055ad

Please sign in to comment.