Skip to content

Commit

Permalink
Merge branch 'master' into jci/issue#1250
Browse files Browse the repository at this point in the history
  • Loading branch information
jciasenza authored Dec 7, 2024
2 parents cc3deee + 3e889df commit d867a45
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 68 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
# Adding new check for github-actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Nodejs
uses: actions/setup-node@v4
with:
Expand All @@ -39,7 +39,7 @@ jobs:
run: npm run build

- name: Run Code Coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
163 changes: 104 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d867a45

Please sign in to comment.