Skip to content

Commit

Permalink
Reverting the changes from otp-graph-status-and-versions branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
mansoor-sajjad committed Oct 30, 2023
1 parent 74932a5 commit bfa5499
Show file tree
Hide file tree
Showing 29 changed files with 6,889 additions and 26,210 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.17.1
node-version: 14.18
- name: Cache node modules
id: cache-npm
uses: actions/cache@v3
Expand All @@ -31,7 +31,7 @@ jobs:
name: List the state of node modules
continue-on-error: true
run: npm list
- run: npm ci --legacy-peer-deps
- run: npm ci
- run: npm run check
- run: npm run test -- --coverage
- run: npm run build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.17.1
node-version: 14.18
- name: Cache node modules
id: cache-npm
uses: actions/cache@v3
Expand All @@ -29,7 +29,7 @@ jobs:
name: List the state of node modules
continue-on-error: true
run: npm list
- run: npm ci --legacy-peer-deps
- run: npm ci
- run: npm run check
- run: npm run test -- --coverage
- run: npm run build
Expand Down
Loading

0 comments on commit bfa5499

Please sign in to comment.