Skip to content

Bump js-yaml from 4.3.0 to 4.3.1 #219

Bump js-yaml from 4.3.0 to 4.3.1

Bump js-yaml from 4.3.0 to 4.3.1 #219

Workflow file for this run

name: 'build-test'
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version-file: .node-version
cache: npm
- run: npm ci
- run: npm run ci