Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/npm_and_yarn/hyperlane-xyz/uti…
Browse files Browse the repository at this point in the history
…ls-5.2.1
  • Loading branch information
AtelyPham authored Sep 24, 2024
2 parents 8ed22f7 + 7e28e12 commit cdaa21c
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
yarn set version 4.2.2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ matrix.node-version }}
cache: yarn
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
yarn set version 4.2.2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ matrix.node-version }}
cache: yarn
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
yarn set version 4.2.2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ matrix.node-version }}
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
yarn set version 4.2.2
- name: Set up Node.js environment
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: '>=18.12.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-bridge-dapp-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
yarn set version 4.2.2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ matrix.node-version }}
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-faucet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
yarn set version 4.2.2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ matrix.node-version }}
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-stats-dapp-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
yarn set version 4.2.2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ matrix.node-version }}
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storybook-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
yarn set version 4.2.2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ matrix.node-version }}
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
yarn set version 4.2.2
- name: Setup Node.js environment
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: '>=18.12.x'
cache: yarn
Expand Down
11 changes: 2 additions & 9 deletions .github/workflows/ui-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
yarn set version 4.2.2
- name: Setup Node.js environment
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: '>=18.12.x'
cache: yarn
Expand All @@ -41,12 +41,5 @@ jobs:
- name: Build Storybook
run: yarn nx build-storybook webb-ui-components

# 👇 Adds Chromatic as a step in the workflow
- name: Publish to Chromatic
uses: chromaui/[email protected]
# Chromatic GitHub Action options
with:
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
exitZeroOnChanges: true # 👈 Option to prevent the workflow from failing
storybookBuildDir: 'dist/storybook/webb-ui-components'
run: npx --no-install chromatic --project-token ${{ secrets.CHROMATIC_PROJECT_TOKEN }} --storybook-build-dir dist/storybook/webb-ui-components --exitZeroOnChanges

0 comments on commit cdaa21c

Please sign in to comment.