Skip to content

build(deps): bump chalk from 4.1.0 to 5.6.2 #258

build(deps): bump chalk from 4.1.0 to 5.6.2

build(deps): bump chalk from 4.1.0 to 5.6.2 #258

Workflow file for this run

name: 'Pull Request'
on: ['pull_request']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test