Skip to content

Commit

Permalink
chore: update yarn stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Jul 17, 2024
1 parent 64593c3 commit ecc0591
Show file tree
Hide file tree
Showing 3 changed files with 3,711 additions and 2,791 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ecc0591

Please sign in to comment.