Skip to content

Commit

Permalink
fix: update latest Node LTS version to 20.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed May 2, 2024
1 parent 1a74df1 commit e7d9d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nodelix/version_manager.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule Nodelix.VersionManager do
# https://nodejs.org/en/about/previous-releases
@latest_lts_version "20.10.0"
@latest_lts_version "20.12.2"

@default_archive_base_url "https://nodejs.org/dist/v$version/node-v$version-$target.$ext"
@signed_checksums_base_url "https://nodejs.org/dist/v$version/SHASUMS256.txt.asc"
Expand Down

0 comments on commit e7d9d30

Please sign in to comment.