Skip to content

Commit

Permalink
Bump distributed node version to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh5 committed Feb 17, 2024
1 parent 39799b1 commit fbbdba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
# Setup node environment for building unmanic's webui
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'

# Build python dist package
- name: Build python dist package
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ RUN \

# Install commonly used command line tools
ARG JELLYFIN_FFMPEG_VERSION="6"
ARG NODE_MAJOR="16"
ARG NODE_MAJOR="20"
RUN \
echo "**** Install FFmpeg for $(uname -m) ****" \
&& sleep 2 \
Expand Down

0 comments on commit fbbdba2

Please sign in to comment.