Skip to content

Commit

Permalink
Merge pull request #351 from blackcandy-org/upgrade-node
Browse files Browse the repository at this point in the history
Upgrade Node.js to 20
  • Loading branch information
aidewoode committed Feb 8, 2024
2 parents 5ed9008 + ebdcdc0 commit 2490b6a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
bundler-cache: true
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'yarn'
- run: yarn install
- name: Test and Lint
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.12.1
20.11.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.12.1-alpine AS node
FROM node:20.11.0-alpine AS node
FROM ruby:3.2.2-alpine AS base
FROM base AS builder

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ $ docker pull ghcr.io/blackcandy-org/blackcandy:edge
### Requirements

- Ruby 3.2
- Node.js 18
- Node.js 20
- Yarn
- libvips
- FFmpeg
Expand Down

0 comments on commit 2490b6a

Please sign in to comment.