Skip to content

Commit

Permalink
Merge pull request #212 from entur/otp-graph-status-and-versions
Browse files Browse the repository at this point in the history
Otp graph status and versions
  • Loading branch information
mansoor-sajjad authored Oct 24, 2023
2 parents d98b04e + dcd1a04 commit 74932a5
Show file tree
Hide file tree
Showing 29 changed files with 25,565 additions and 6,244 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 74932a5

Please sign in to comment.