Skip to content

Bump js-yaml from 4.1.1 to 4.2.0 in /Extension #9052

Bump js-yaml from 4.1.1 to 4.2.0 in /Extension

Bump js-yaml from 4.1.1 to 4.2.0 in /Extension #9052

Workflow file for this run

name: CI (Mac)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
inputs:
target-ref:
description: Branch, tag, or SHA to test
required: true
default: main
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
job:
uses: ./.github/workflows/job-compile-and-test.yml
with:
runner-env: macos-15
platform: mac
checkout-ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.target-ref || github.ref }}
yarn-args: --network-timeout 100000