Skip to content

chore(deps): update dependency chai to v5.1.2 #639

chore(deps): update dependency chai to v5.1.2

chore(deps): update dependency chai to v5.1.2 #639

env:
CI: true
FORCE_COLOR: true
on:
push:
branches:
- main
- production
pull_request:
jobs:
# frontend
lint_frontend:
name: lint frontend
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: 22
cache: yarn
env:
# Workaround for https://github.com/actions/setup-node/issues/317
FORCE_COLOR: 0
- run: yarn install --immutable
- run: yarn workspace @liquity/dev-frontend lint
build_frontend:
name: build frontend
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: 22
cache: yarn
env:
# Workaround for https://github.com/actions/setup-node/issues/317
FORCE_COLOR: 0
- run: yarn install --immutable
- run: yarn workspace @liquity/dev-frontend build:tsc
- run: yarn workspace @liquity/dev-frontend build:vite
# lib-base
lint_lib-base:
name: lint lib-base
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: 22
cache: yarn
env:
# Workaround for https://github.com/actions/setup-node/issues/317
FORCE_COLOR: 0
- run: yarn install --immutable
- run: yarn workspace @liquity/lib-base prepare:eslint
build_lib-base:
name: build lib-base
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: 22
cache: yarn
env:
# Workaround for https://github.com/actions/setup-node/issues/317
FORCE_COLOR: 0
- run: yarn install --immutable
- run: yarn workspace @liquity/lib-base prepare:tsc
# lib-ethers
lint_lib-ethers:
name: lint lib-ethers
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: 22
cache: yarn
env:
# Workaround for https://github.com/actions/setup-node/issues/317
FORCE_COLOR: 0
- run: yarn install --immutable
- run: yarn workspace @liquity/lib-ethers prepare:eslint
build_lib-ethers:
name: build lib-ethers
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: 22
cache: yarn
env:
# Workaround for https://github.com/actions/setup-node/issues/317
FORCE_COLOR: 0
- run: yarn install --immutable
- run: yarn workspace @liquity/lib-ethers prepare:tsc
# lib-react
lint_lib-react:
name: lint lib-react
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: 22
cache: yarn
env:
# Workaround for https://github.com/actions/setup-node/issues/317
FORCE_COLOR: 0
- run: yarn install --immutable
- run: yarn workspace @liquity/lib-react prepare:eslint
build_lib-react:
name: build lib-react
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: 22
cache: yarn
env:
# Workaround for https://github.com/actions/setup-node/issues/317
FORCE_COLOR: 0
- run: yarn install --immutable
- run: yarn workspace @liquity/lib-react prepare:tsc