Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2228 from MeasureAuthoringTool/feature/mat-6704-b…
Browse files Browse the repository at this point in the history
…ump-moment-js-fhir

MAT-6704: Override moment.js version [FHIR]
  • Loading branch information
jkotanchik-SB authored Jun 5, 2024
2 parents 1b3ad5f + 54d774d commit 902bafd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
with:
file: coverage-frontend/default/lcov.info
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

audit:
name: Build-and-Audit
Expand Down Expand Up @@ -138,6 +139,7 @@ jobs:
with:
file: coverage/.resultset.json
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Setup Istanbul
run: sudo npm install -g istanbul
14 changes: 7 additions & 7 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"coffeelint": "^1.4.1"
},
"overrides": {
"minimist": "^1.2.7"
"minimist": "^1.2.7",
"moment": "2.30.1"
}
}

0 comments on commit 902bafd

Please sign in to comment.