mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-21 18:16:03 +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:
|
||||
distribution: 'zulu'
|
||||
java-version: 8
|
||||
- name: Use Node.js 12.x
|
||||
- name: Use Node.js 18.x
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 12.x
|
||||
node-version: 18.x
|
||||
- name: Prepare repository
|
||||
run: |
|
||||
git fetch --unshallow --tags
|
||||
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"conventional-changelog-angular": "5.0.13",
|
||||
"@auto-it/conventional-commits": "11.1.6",
|
||||
"@auto-it/exec": "11.1.6",
|
||||
"@auto-it/first-time-contributor": "11.1.6",
|
||||
"@auto-it/gradle": "11.1.6",
|
||||
"@auto-it/released": "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