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 #2227 from MeasureAuthoringTool/feature/mat-6704-b…
Browse files Browse the repository at this point in the history
…ump-moment-js

MAT-6704: Override moment.js version
  • Loading branch information
jkotanchik-SB authored Jun 5, 2024
2 parents 9ecf5c8 + 85be6dc commit b4b5ac2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ jobs:
with:
file: coverage-frontend/default/lcov.info
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

#--------Audit Job-------------
#--------Audit Job-------------
audit:
name: Build-and-Audit

Expand Down Expand Up @@ -140,6 +141,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: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,8 @@
"browserify": "^17.0.0",
"cqm-execution": "4.1.4",
"rxjs": "^7.1.0"
},
"overrides": {
"moment": "2.30.1"
}
}

0 comments on commit b4b5ac2

Please sign in to comment.