Skip to content

Commit

Permalink
Merge branch 'master' into chore/remove-deprecated-lts-version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-cx committed May 27, 2024
2 parents 12f4e82 + f2bab01 commit 453c402
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ CxPolicy[result] {
}

isLtsVersion(version) {
versions = {"3.1.2", "3.2.1", "3.3.0", "3.3.2", "3.4.1"}
versions = {"3.1.2", "3.2.1", "3.3.0", "3.3.2", "3.4.1", "3.5.0"}
version = versions[j]
}

0 comments on commit 453c402

Please sign in to comment.