Skip to content

fix(deps): update dependency js-yaml to ^5.2.0 #681

fix(deps): update dependency js-yaml to ^5.2.0

fix(deps): update dependency js-yaml to ^5.2.0 #681

Workflow file for this run

name: CI
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
with:
cache: yarn
node-version-file: ".nvmrc"
- run: yarn install
- run: yarn build
- run: yarn test