Skip to content

Bump js-yaml from 3.13.1 to 3.15.0 #80

Bump js-yaml from 3.13.1 to 3.15.0

Bump js-yaml from 3.13.1 to 3.15.0 #80

Workflow file for this run

name: CI
on:
pull_request:
branches:
- "*"
push:
branches:
- master
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Use Node.js 10.x
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: '22'
- name: Build
env:
CI: true
run: |
npm ci
npm run build