Skip to content

Commit

Permalink
chore/fix: Upgrade node to 20.11.0 (#2398)
Browse files Browse the repository at this point in the history
This fixes an issue where running individual tests sometimes fails
with this error:

node:internal/assert:14 throw new ERR_INTERNAL_ASSERTION(message);

More info here: nodejs/node#48763
And here: nodejs/node#50383
  • Loading branch information
joshlarson authored Feb 21, 2024
1 parent 3ea065e commit 63c5999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
elixir 1.15.7-otp-26
erlang 26.1.2
nodejs 20.7.0
nodejs 20.11.0
adr-tools 3.0.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN mix local.hex --force && \
mix local.rebar --force && \
mix do deps.get --only prod

FROM node:20.7.0-alpine3.17 as assets-builder
FROM node:20.11.0-alpine3.19 as assets-builder

WORKDIR /root
ADD . .
Expand Down

0 comments on commit 63c5999

Please sign in to comment.