Skip to content

Bump js-yaml from 3.14.1 to 4.1.1 #1236

Bump js-yaml from 3.14.1 to 4.1.1

Bump js-yaml from 3.14.1 to 4.1.1 #1236

Workflow file for this run

name: JavaScript
on:
workflow_dispatch:
push:
branches:
- master
- staging
tags:
- "*"
pull_request:
paths:
- "javascript/**"
- "spec/tests/**"
- package.json
- package-lock.json
- .github/workflows/javascript.yaml
jobs:
coverage:
name: Test
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- name: Run tests
shell: bash
run: make test-javascript