Skip to content

build(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 #32

build(deps-dev): bump js-yaml from 3.14.1 to 3.14.2

build(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 #32

Workflow file for this run

name: build
on:
pull_request:
branches: ["main"]
jobs:
npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm run build --if-present
- uses: pre-commit/action@v3.0.1
with:
extra_args: --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.sha }}