Skip to content

Commit

Permalink
fix: Upgrade node to 20.11.1
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 committed Feb 15, 2024
1 parent 799f39b commit 7470718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tool-versions
@@ -1,4 +1,4 @@
elixir 1.15.7-otp-26
erlang 26.1.2
nodejs 20.7.0
nodejs 20.11.1
adr-tools 3.0.0

0 comments on commit 7470718

Please sign in to comment.