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

Commit 902bafd

Browse files
Merge pull request #2228 from MeasureAuthoringTool/feature/mat-6704-bump-moment-js-fhir
MAT-6704: Override moment.js version [FHIR]
2 parents 1b3ad5f + 54d774d commit 902bafd

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
with:
6767
file: coverage-frontend/default/lcov.info
6868
fail_ci_if_error: true
69+
token: ${{ secrets.CODECOV_TOKEN }}
6970

7071
audit:
7172
name: Build-and-Audit
@@ -138,6 +139,7 @@ jobs:
138139
with:
139140
file: coverage/.resultset.json
140141
fail_ci_if_error: true
142+
token: ${{ secrets.CODECOV_TOKEN }}
141143

142144
- name: Setup Istanbul
143145
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

+2-1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
"coffeelint": "^1.4.1"
118118
},
119119
"overrides": {
120-
"minimist": "^1.2.7"
120+
"minimist": "^1.2.7",
121+
"moment": "2.30.1"
121122
}
122123
}

0 commit comments

Comments
 (0)