Skip to content

Commit

Permalink
Update to Node 20 in docker-compose.yml
Browse files Browse the repository at this point in the history
Node version 14 is quite out of date, but most notably there is a 60
second penalty imposed by NodeSource as a way of warning users to
upgrade.

Co-authored-by: An Stewart <andrew@super.gd>
  • Loading branch information
nvandoorn and stewart committed May 3, 2024
1 parent 5b65373 commit d12907d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
args:
RUBY_VERSION: "3.1"
PG_VERSION: 13
NODE_VERSION: 14
NODE_VERSION: 20
MYSQL_VERSION: "8.0"
BUNDLER_VERSION: 2
image: solidus-4.4.0.dev
Expand Down

0 comments on commit d12907d

Please sign in to comment.