mirror of
https://github.com/DeLaGuardo/setup-clojure.git
synced 2025-01-13 17:57:55 +08:00
commit
62f50ff1de
@ -45,7 +45,7 @@ jobs:
|
|||||||
java-version: '8'
|
java-version: '8'
|
||||||
|
|
||||||
- name: Install clojure tools
|
- name: Install clojure tools
|
||||||
uses: DeLaGuardo/setup-clojure@10.2
|
uses: DeLaGuardo/setup-clojure@10.3
|
||||||
with:
|
with:
|
||||||
# Install just one or all simultaneously
|
# Install just one or all simultaneously
|
||||||
# The value must indicate a particular version of the tool, or use 'latest'
|
# The value must indicate a particular version of the tool, or use 'latest'
|
||||||
|
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -1139,7 +1139,7 @@ exports.isMacOS = isMacOS;
|
|||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.VERSION = void 0;
|
exports.VERSION = void 0;
|
||||||
exports.VERSION = '10-2';
|
exports.VERSION = '10-3';
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
30
package.json
30
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "setup-clojure",
|
"name": "setup-clojure",
|
||||||
"version": "10.2",
|
"version": "10.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "setup clojure action",
|
"description": "setup clojure action",
|
||||||
"main": "lib/setup-clojure.js",
|
"main": "lib/setup-clojure.js",
|
||||||
@ -27,28 +27,28 @@
|
|||||||
"author": "DeLaGuardo",
|
"author": "DeLaGuardo",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/cache": "^3.1.4",
|
"@actions/cache": "^3.2.1",
|
||||||
"@actions/core": "^1.10.0",
|
"@actions/core": "^1.10.0",
|
||||||
"@actions/exec": "^1.1.1",
|
"@actions/exec": "^1.1.1",
|
||||||
"@actions/http-client": "^2.0.1",
|
"@actions/http-client": "^2.1.0",
|
||||||
"@actions/io": "^1.1.2",
|
"@actions/io": "^1.1.3",
|
||||||
"@actions/tool-cache": "^2.0.1"
|
"@actions/tool-cache": "^2.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^29.4.0",
|
"@types/jest": "^29.5.0",
|
||||||
"@types/node": "^18.14.1",
|
"@types/node": "^18.15.11",
|
||||||
"@types/semver": "^7.3.13",
|
"@types/semver": "^7.3.13",
|
||||||
"@typescript-eslint/parser": "^5.53.0",
|
"@typescript-eslint/parser": "^5.58.0",
|
||||||
"@vercel/ncc": "^0.36.1",
|
"@vercel/ncc": "^0.36.1",
|
||||||
"eslint": "^8.34.0",
|
"eslint": "^8.38.0",
|
||||||
"eslint-plugin-github": "^4.6.1",
|
"eslint-plugin-github": "^4.7.0",
|
||||||
"eslint-plugin-jest": "^27.2.1",
|
"eslint-plugin-jest": "^27.2.1",
|
||||||
"jest": "^29.4.3",
|
"jest": "^29.5.0",
|
||||||
"jest-circus": "^29.4.3",
|
"jest-circus": "^29.5.0",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"npm-check-updates": "^16.7.9",
|
"npm-check-updates": "^16.10.8",
|
||||||
"prettier": "2.8.4",
|
"prettier": "2.8.7",
|
||||||
"ts-jest": "^29.0.5",
|
"ts-jest": "^29.1.0",
|
||||||
"typescript": "^4.9.5"
|
"typescript": "^5.0.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
export const VERSION = '10-2'
|
export const VERSION = '10-3'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user