Skip to content

Bump js-yaml from 3.14.1 to 3.14.2 #54

Bump js-yaml from 3.14.1 to 3.14.2

Bump js-yaml from 3.14.1 to 3.14.2 #54

Workflow file for this run

name: Run CI on commit-graph
on:
pull_request:
paths:
- "**"
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22"
- name: Enable corepack
run: corepack enable
- name: Install and CI
run: yarn && yarn ci