mirror of
https://github.com/DeLaGuardo/setup-clojure.git
synced 2024-12-27 00:16:21 +08:00
Upgrade dependencies
This commit is contained in:
parent
fded4810f0
commit
db204b4118
40
.github/workflows/smoke-tests.yml
vendored
40
.github/workflows/smoke-tests.yml
vendored
@ -178,3 +178,43 @@ jobs:
|
||||
|
||||
- name: Check clj-kondo version
|
||||
run: clj-kondo --version
|
||||
|
||||
all-together:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Prepare java
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '8'
|
||||
|
||||
- name: Install all the tools
|
||||
# uses: DeLaGuardo/setup-clojure@master
|
||||
uses: ./
|
||||
with:
|
||||
cli: latest
|
||||
lein: latest
|
||||
boot: latest
|
||||
bb: latest
|
||||
clj-kondo: latest
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Check Clojure CLI
|
||||
run: clojure -Sdescribe
|
||||
|
||||
- name: Check leiningen version
|
||||
run: lein version
|
||||
|
||||
- name: Check boot version
|
||||
run: boot -V
|
||||
|
||||
- name: Check babashka version
|
||||
run: bb --version
|
||||
|
||||
- name: Check clj-kondo version
|
||||
run: clj-kondo --version
|
||||
|
906
dist/index.js
vendored
906
dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/sourcemap-register.js
vendored
2
dist/sourcemap-register.js
vendored
File diff suppressed because one or more lines are too long
4902
package-lock.json
generated
4902
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
26
package.json
26
package.json
@ -25,26 +25,26 @@
|
||||
"author": "DeLaGuardo",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.6.0",
|
||||
"@actions/core": "^1.8.2",
|
||||
"@actions/exec": "^1.1.1",
|
||||
"@actions/http-client": "^1.0.11",
|
||||
"@actions/http-client": "^2.0.1",
|
||||
"@actions/io": "^1.1.2",
|
||||
"@actions/tool-cache": "^1.7.2"
|
||||
"@actions/tool-cache": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/node": "^17.0.23",
|
||||
"@types/jest": "^28.1.1",
|
||||
"@types/node": "^17.0.41",
|
||||
"@types/semver": "^7.3.9",
|
||||
"@typescript-eslint/parser": "^5.18.0",
|
||||
"@vercel/ncc": "^0.33.3",
|
||||
"eslint": "^8.12.0",
|
||||
"@typescript-eslint/parser": "^5.27.1",
|
||||
"@vercel/ncc": "^0.34.0",
|
||||
"eslint": "^8.17.0",
|
||||
"eslint-plugin-github": "^4.3.6",
|
||||
"eslint-plugin-jest": "^26.1.3",
|
||||
"jest": "^27.5.1",
|
||||
"jest-circus": "^27.5.1",
|
||||
"eslint-plugin-jest": "^26.5.3",
|
||||
"jest": "^28.1.1",
|
||||
"jest-circus": "^28.1.1",
|
||||
"js-yaml": "^4.1.0",
|
||||
"prettier": "2.6.2",
|
||||
"ts-jest": "^27.1.4",
|
||||
"typescript": "^4.6.3"
|
||||
"ts-jest": "^28.0.4",
|
||||
"typescript": "^4.7.3"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user