Skip to content

fix(deps): bump marked-terminal from 6.3.0 to 7.1.0 #1927

fix(deps): bump marked-terminal from 6.3.0 to 7.1.0

fix(deps): bump marked-terminal from 6.3.0 to 7.1.0 #1927

Workflow file for this run

on:
push:
branches:
- main
pull_request:
types: [assigned, opened, synchronize, reopened, labeled]
permissions:
contents: read
name: ci
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- run: yarn
- run: yarn build
- run: yarn test