Skip to content

Commit

Permalink
Merge pull request #213 from entur/otp-graph-status-and-versions
Browse files Browse the repository at this point in the history
Updating the UI and fixing bugs.
  • Loading branch information
mansoor-sajjad authored Nov 3, 2023
2 parents bfa5499 + 0538b4a commit 8899e11
Show file tree
Hide file tree
Showing 30 changed files with 25,583 additions and 6,323 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: 14.18
node-version: 16.17.1
- 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
- run: npm ci --legacy-peer-deps
- 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: 14.18
node-version: 16.17.1
- 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
- run: npm ci --legacy-peer-deps
- run: npm run check
- run: npm run test -- --coverage
- run: npm run build
Expand Down
Loading

0 comments on commit 8899e11

Please sign in to comment.