Skip to content

Bump js-yaml from 3.14.1 to 3.14.2 in the npm_and_yarn group across 1 directory #18

Bump js-yaml from 3.14.1 to 3.14.2 in the npm_and_yarn group across 1 directory

Bump js-yaml from 3.14.1 to 3.14.2 in the npm_and_yarn group across 1 directory #18

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- main
pull_request:
# Disable all permissions by default, requiring explicit permission definitions for all jobs.
permissions: {}
jobs:
ci-check:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run typecheck
- run: npm test