Skip to content

chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#710) #4078

chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#710)

chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#710) #4078

Workflow file for this run

name: Node.js Lint CI
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Node.js
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
- name: Install dependencies
run: npm install
- name: Build TypeScript project
run: npm run build --if-present
- name: Lint
run: npm run check