Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ commands:
name: Clean node_modules
command: rm -rf node_modules
- nodejs/install:
node-version: '16'
node-version: '20.10.0'
install-yarn: true
- run:
name: Yarn Install
Expand Down Expand Up @@ -373,7 +373,7 @@ workflows:
mysql_version:
- "8.0"
node_version:
- 16.20.2
- 20.10.0

- report_coverage:
requires:
Expand All @@ -391,4 +391,4 @@ workflows:
mysql_version:
- "8.0"
node_version:
- 16.20.2
- 20.10.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV RAILS_ENV="production" \
BUNDLE_WITHOUT="development"

# Install JavaScript dependencies | Needed in base due coffee-rails gem
ARG NODE_VERSION=16.20.2
ARG NODE_VERSION=20.10.0
ARG YARN_VERSION=latest
ENV PATH=/usr/local/node/bin:$PATH
RUN curl -sL https://github.com/nodenv/node-build/archive/master.tar.gz | tar xz -C /tmp/ && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
# Workaround for PhantomJS: https://github.com/DMOJ/online-judge/pull/1270
ENV OPENSSL_CONF /etc/ssl/

ENV NODE_VERSION 16.20.2
ENV NODE_VERSION 20.10.0
ENV NVM_DIR=/root/.nvm

COPY package.json yarn.lock ./
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
]
},
"engines": {
"node": ">=16.0.0"
"node": ">=20.10.0"
},
"browserslist": [
"defaults"
Expand Down