Skip to content

Commit

Permalink
fix: update latest Node LTS version to 22.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Dec 21, 2024
1 parent be6d387 commit 337e427
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.14.0"
@latest_lts_version "22.12.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 337e427

Please sign in to comment.