Skip to content

Commit

Permalink
Merge pull request #14 from StateFarmIns/upgrade-dependencies
Browse files Browse the repository at this point in the history
fix: 🐛 Update dependencies to latest
  • Loading branch information
Clete2 authored Dec 7, 2023
2 parents 446641b + 1f414f4 commit 87733d8
Show file tree
Hide file tree
Showing 6 changed files with 524 additions and 417 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/git-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,19 @@ jobs:
run: |
npm i @semantic-release/commit-analyzer @semantic-release/release-notes-generator @semantic-release/changelog @semantic-release/git
npx semantic-release
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
name: global_retention_setter
path: dist/global_retention_setter/bootstrap
retention-days: 14 # Used for testing purposes on MR
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
name: log_retention_setter
path: dist/log_retention_setter/bootstrap
retention-days: 14 # Used for testing purposes on MR

test:
runs-on: ubuntu-latest
steps:
Expand Down
Loading

0 comments on commit 87733d8

Please sign in to comment.