Skip to content

Upgrade js-yaml to v5.1.0 and migrate to Vitest from Jest #496

Upgrade js-yaml to v5.1.0 and migrate to Vitest from Jest

Upgrade js-yaml to v5.1.0 and migrate to Vitest from Jest #496

Workflow file for this run

name: Run linter and tests
permissions:
contents: read
pull-requests: write
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 26
- run: npm ci
- run: npm test