Skip to content

chore(deps): bump js-yaml from 4.1.0 to 4.1.1 (#28) #134

chore(deps): bump js-yaml from 4.1.0 to 4.1.1 (#28)

chore(deps): bump js-yaml from 4.1.0 to 4.1.1 (#28) #134

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: yarn install --frozen-lockfile
- run: yarn ci