Skip to content

Bump js-yaml from 4.1.0 to 4.1.1 #983

Bump js-yaml from 4.1.0 to 4.1.1

Bump js-yaml from 4.1.0 to 4.1.1 #983

Workflow file for this run

name: ci
on: push
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
name: Lint via Node {{ matrix.node-version }}
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v4.0.1
with:
node-version: ${{ matrix.node-version }}
- name: Pull dependencies and lint
run: |
npm ci
npm run lint