Skip to content

Commit

Permalink
fix: update latest Node LTS version to 20.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Jun 20, 2024
1 parent cb9de75 commit 6ed4f24
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.12.2"
@latest_lts_version "20.14.0"

@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 6ed4f24

Please sign in to comment.