Skip to content

chore(deps): bump js-yaml from 4.2.0 to 4.3.0 #1077

chore(deps): bump js-yaml from 4.2.0 to 4.3.0

chore(deps): bump js-yaml from 4.2.0 to 4.3.0 #1077

Workflow file for this run

name: 'Run unit tests.'
on: # rebuild any PRs and main branch changes
pull_request:
branches:
- main
- 'releases/*'
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci works properly
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- run: |
npm install
npm test