Skip to content

Commit

Permalink
build(storybook): fixing storybook build process
Browse files Browse the repository at this point in the history
  • Loading branch information
owilliams320 authored and github-actions committed Feb 14, 2024
1 parent ab3d2ab commit 194233d
Show file tree
Hide file tree
Showing 6 changed files with 4,277 additions and 7,668 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
cache: npm
- run: npm ci
- run: npm run format:check -- --base=${{ github.event.pull_request.base.sha }}
Expand All @@ -29,10 +29,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
cache: npm
- run: npm ci
- run: npx nx affected --target=test --base=${{ github.event.pull_request.base.sha }}
Expand All @@ -44,10 +44,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
cache: npm
- run: npm ci
- run: NODE_OPTIONS=--max_old_space_size=4096 npx nx affected --target=e2e --base=${{ github.event.pull_request.base.sha }}
Expand All @@ -59,10 +59,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
cache: npm
- run: npm ci
- run: npx nx affected --target=build --base=${{ github.event.pull_request.base.sha }}
4 changes: 2 additions & 2 deletions .github/workflows/deploy-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
token: ${{ secrets.SEMANTIC_RELEASE_GH }}
persist-credentials: false
- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
cache: npm
- name: Install dependencies
run: npx ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
with:
token: ${{ secrets.SEMANTIC_RELEASE_GH }}
persist-credentials: false
- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
cache: npm
- name: Install dependencies
run: npx ci
Expand Down
1 change: 1 addition & 0 deletions libs/angular/theming/_teradata-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ $td-dark-theme: mat.private-deep-merge-all(
&.active::before {
background-color: mat-color($accent);
}

&:hover {
&::before {
background-color: mat-color($accent);
Expand Down
Loading

0 comments on commit 194233d

Please sign in to comment.