mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-22 02:25:49 +01:00
chore: update yarn stuff
This commit is contained in:
parent
64593c362a
commit
ecc05911a0
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
@ -26,10 +26,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: 8
|
java-version: 8
|
||||||
- name: Use Node.js 12.x
|
- name: Use Node.js 18.x
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 12.x
|
node-version: 18.x
|
||||||
- name: Prepare repository
|
- name: Prepare repository
|
||||||
run: |
|
run: |
|
||||||
git fetch --unshallow --tags
|
git fetch --unshallow --tags
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"conventional-changelog-angular": "5.0.13",
|
|
||||||
"@auto-it/conventional-commits": "11.1.6",
|
"@auto-it/conventional-commits": "11.1.6",
|
||||||
"@auto-it/exec": "11.1.6",
|
"@auto-it/exec": "11.1.6",
|
||||||
"@auto-it/first-time-contributor": "11.1.6",
|
"@auto-it/first-time-contributor": "11.1.6",
|
||||||
"@auto-it/gradle": "11.1.6",
|
"@auto-it/gradle": "11.1.6",
|
||||||
"@auto-it/released": "11.1.6",
|
"@auto-it/released": "11.1.6",
|
||||||
"@auto-it/upload-assets": "11.1.6",
|
"@auto-it/upload-assets": "11.1.6",
|
||||||
"auto": "11.1.6"
|
"auto": "11.1.6",
|
||||||
|
"conventional-changelog-angular": "5.0.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user