Skip to content

Commit

Permalink
bump required node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Feb 28, 2024
1 parent 415e5fd commit f6a5679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"repository": "https://github.com/Alex313031/apple-music-desktop",
"main": "./src/app.js",
"engines": {
"node": ">=14"
"node": ">=16"
},
"scripts": {
"test": "npm run eslint ; npm run stylelint",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"repository": "https://github.com/Alex313031/apple-music-desktop",
"main": "./app.js",
"engines": {
"node": ">=14"
"node": ">=16"
},
"scripts": {
"test": "echo \"Error: No test specified\" && exit 1",
Expand Down

0 comments on commit f6a5679

Please sign in to comment.