Skip to content

build(deps): bump js-yaml from 4.3.0 to 5.2.1 #158

build(deps): bump js-yaml from 4.3.0 to 5.2.1

build(deps): bump js-yaml from 4.3.0 to 5.2.1 #158

Workflow file for this run

name: Build
on:
push:
tags-ignore:
- 'v*'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: ['20', '22', '24']
steps:
- uses: actions/checkout@v7
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm dedupe --check
- run: pnpm build
- run: pnpm lint
- run: pnpm test run