Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update node package #4223

Merged
merged 2 commits into from Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .docker/app/Dockerfile.prod
Expand Up @@ -31,7 +31,7 @@ RUN apk add -U --no-cache \
git=2.43.0-r0 \
libxslt-dev=1.1.39-r0 \
mariadb-dev=10.11.6-r0 \
nodejs=20.11.0-r0 \
nodejs=20.11.1-r0 \
yarn=1.22.19-r0 && \
bundle config set --local without "development test" && \
bundle install --jobs=8 && \
Expand Down
2 changes: 1 addition & 1 deletion config/environments/production.rb
Expand Up @@ -93,7 +93,7 @@
config.i18n.fallbacks = true

# Send deprecation notices to registered listeners.
config.active_support.deprecation = :notify
config.active_support.deprecation = :silence
config.active_support.report_deprecations = false

# Use default logging formatter so that PID and timestamp are not suppressed.
Expand Down