Skip to content

build(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 in the npm_and_yarn group across 1 directory #196

build(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 in the npm_and_yarn group across 1 directory

build(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 in the npm_and_yarn group across 1 directory #196

Workflow file for this run

name: PR check
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v6
with:
node-version: 18
- uses: actions/checkout@v5
- name: npm install
run: npm install
- name: run ESLint
run: npm run lint
- name: run tests
run: npm run test