Skip to content

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

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

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

name: Checking code quality
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Setting up Node.js
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version-file: .node-version
cache: npm
- name: npm install
run: npm ci --no-audit --no-fund
- name: lint
run: npm run lint
- name: test
run: npm run test:ci
- name: build
run: npm run build