Compare commits

..

1 Commits

Author SHA1 Message Date
Sascha Mann
b315a4d988 Add production dependencies & build 2022-12-12 11:47:28 +01:00
6 changed files with 7 additions and 10 deletions

View File

@@ -140,7 +140,7 @@ If you want to run tests against the latest tagged version, no matter what versi
#### Recently released versions
The available Julia versions are pulled from [`versions.json`](https://julialang-s3.julialang.org/bin/versions.json).
The available Julia versions are pulled from [`versions.json`](https://julialang-s3.julialang.org/bin/versions.json). This file is automatically updated once a day. Therefore it may take up to 24 hours until a newly released Julia version is available in the action.
### Matrix Testing

3
dist/index.js vendored
View File

@@ -5937,8 +5937,7 @@ const archSynonyms = {
'x64': 'x64',
'X64': 'x64',
'aarch64': 'aarch64',
'ARM64': 'aarch64',
'arm64': 'aarch64'
'ARM64': 'aarch64'
};
function run() {
return __awaiter(this, void 0, void 0, function* () {

3
lib/setup-julia.js generated
View File

@@ -27,8 +27,7 @@ const archSynonyms = {
'x64': 'x64',
'X64': 'x64',
'aarch64': 'aarch64',
'ARM64': 'aarch64',
'arm64': 'aarch64'
'ARM64': 'aarch64'
};
function run() {
return __awaiter(this, void 0, void 0, function* () {

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "setup-julia",
"version": "1.9.1",
"version": "1.9.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "setup-julia",
"version": "1.9.1",
"version": "1.9.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",

View File

@@ -1,6 +1,6 @@
{
"name": "setup-julia",
"version": "1.9.1",
"version": "1.9.0",
"private": true,
"description": "setup Julia action",
"main": "lib/setup-julia.js",

View File

@@ -14,8 +14,7 @@ const archSynonyms = {
'x64': 'x64',
'X64': 'x64',
'aarch64': 'aarch64',
'ARM64': 'aarch64',
'arm64': 'aarch64'
'ARM64': 'aarch64'
}
async function run() {