mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-12 02:56:54 +08:00
Change LTS 1.6 -> 1.10 (#290)
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -59,7 +59,7 @@ const path = __importStar(__nccwpck_require__(1017));
|
||||
const retry = __nccwpck_require__(3415);
|
||||
const semver = __importStar(__nccwpck_require__(1383));
|
||||
const toml = __importStar(__nccwpck_require__(4920));
|
||||
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 = {
|
||||
|
||||
Reference in New Issue
Block a user