Skip to content

Commit

Permalink
Fix engines field
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Nov 27, 2024
1 parent 84cccef commit 3bf22d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"url": "https://github.com/hifiwi-fi/yt-dlp-api.git"
},
"engines": {
"node": ">=20.9.0"
"node": ">=20.18.1"
},
"scripts": {
"postinstall": "cd ytdlp-server/ && python3 -m venv venv && . venv/bin/activate && pip3 install -r requirements.txt",
Expand Down

0 comments on commit 3bf22d1

Please sign in to comment.