Skip to content

Bump listr2 from 8.1.3 to 8.2.1 #670

Bump listr2 from 8.1.3 to 8.2.1

Bump listr2 from 8.1.3 to 8.2.1 #670

Workflow file for this run

name: Build and tests
on:
pull_request:
types: [opened, synchronize]
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: './.github/actions/install'
- run: |
pnpm build
pnpm build:docs
env:
NODE_OPTIONS: '--max_old_space_size=32192'
- name: Tests
run: pnpm test
- name: Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true