Skip to content

Commit

Permalink
Update to node 19
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Nov 4, 2022
1 parent 696c2fd commit c2126a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM node:18-alpine
FROM node:19-alpine

ARG ENV
ARG NODE_ENV
Expand Down
1 change: 1 addition & 0 deletions scripts/bootstrap-yt-dlp.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ try {
console.warn('yt-dlp not found, downloading it')
await YTDlpWrap.downloadFromGithub()
console.log(`yt-dlp downloaded: ${path.join(__dirname, '../yt-dlp')}`)
process.exit(0)
}

0 comments on commit c2126a3

Please sign in to comment.