mirror of
https://github.com/stCarolas/setup-maven.git
synced 2025-04-02 10:15:36 +00:00
Merge branch 'master' of github.com:vk-org/setup-maven into feature/refactor
This commit is contained in:
commit
d2617f83a9
2
.github/workflows/pr_into_master.yaml
vendored
2
.github/workflows/pr_into_master.yaml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: "Set Node.js"
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v2.1.5
|
||||
with:
|
||||
node-version: 12
|
||||
|
||||
|
812
package-lock.json
generated
812
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@ -20,19 +20,19 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/github": "^1.0.0",
|
||||
"@actions/github": "^5.0.0",
|
||||
"@actions/http-client": "1.0.11",
|
||||
"@actions/io": "^1.0.0",
|
||||
"@actions/tool-cache": "^1.0.0",
|
||||
"semver": "^6.1.1",
|
||||
"semver": "^7.3.5",
|
||||
"typed-rest-client": "^1.5.0",
|
||||
"uglify-js": ">=2.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.0.4",
|
||||
"@types/semver": "^6.0.0",
|
||||
"@types/node": "^15.12.2",
|
||||
"@types/semver": "^7.3.6",
|
||||
"husky": "6.0.0",
|
||||
"prettier": "^1.17.1",
|
||||
"prettier": "^2.3.1",
|
||||
"typescript": "4.3.2"
|
||||
},
|
||||
"husky": {
|
||||
|
Loading…
Reference in New Issue
Block a user