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

Commit b4b5ac2

Browse files
Merge pull request #2227 from MeasureAuthoringTool/feature/mat-6704-bump-moment-js
MAT-6704: Override moment.js version
2 parents 9ecf5c8 + 85be6dc commit b4b5ac2

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@ jobs:
6767
with:
6868
file: coverage-frontend/default/lcov.info
6969
fail_ci_if_error: true
70+
token: ${{ secrets.CODECOV_TOKEN }}
7071

71-
#--------Audit Job-------------
72+
#--------Audit Job-------------
7273
audit:
7374
name: Build-and-Audit
7475

@@ -140,6 +141,7 @@ jobs:
140141
with:
141142
file: coverage/.resultset.json
142143
fail_ci_if_error: true
144+
token: ${{ secrets.CODECOV_TOKEN }}
143145

144146
- name: Setup Istanbul
145147
run: sudo npm install -g istanbul

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,8 @@
110110
"browserify": "^17.0.0",
111111
"cqm-execution": "4.1.4",
112112
"rxjs": "^7.1.0"
113+
},
114+
"overrides": {
115+
"moment": "2.30.1"
113116
}
114117
}

0 commit comments

Comments
 (0)