Skip to content

chore(deps-dev): bump js-yaml from 3.14.2 to 4.2.0 in /test in the npm_and_yarn group across 1 directory #3096

chore(deps-dev): bump js-yaml from 3.14.2 to 4.2.0 in /test in the npm_and_yarn group across 1 directory

chore(deps-dev): bump js-yaml from 3.14.2 to 4.2.0 in /test in the npm_and_yarn group across 1 directory #3096

Workflow file for this run

name: GitHub Actions CI
on:
push:
branches: main
pull_request:
merge_group:
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v6
- name: Set up Ruby
uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1
with:
bundler-cache: true
- name: Set up Node
uses: actions/setup-node@v6.4.0
- name: Bootstrap
run: script/bootstrap
env:
SKIP_BUNDLER: true
- name: Tests
run: script/test