Change LTS 1.6 -> 1.10 (#290)

This commit is contained in:
Ian Butterworth
2024-10-09 00:30:04 -04:00
committed by GitHub
parent f42f7fb072
commit 1068b5ed3f
5 changed files with 1656 additions and 15 deletions

2
lib/installer.js generated
View File

@@ -52,7 +52,7 @@ const path = __importStar(require("path"));
const retry = require("async-retry");
const semver = __importStar(require("semver"));
const toml = __importStar(require("toml"));
const LTS_VERSION = '1.6';
const LTS_VERSION = '1.10';
const MAJOR_VERSION = '1'; // Could be deduced from versions.json
// Translations between actions input and Julia arch names
const osMap = {