Skip to content

Update dependency immutable to v4.3.7 #1586

Update dependency immutable to v4.3.7

Update dependency immutable to v4.3.7 #1586

Workflow file for this run

name: Lint & Test
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'yarn'
- run: corepack enable
- run: yarn install --frozen-lockfile
- run: yarn example:generate
- run: yarn lint
- run: yarn test
- run: yarn example:build