Skip to content

chore(deps-dev): bump eslint-plugin-json from 3.1.0 to 4.0.0 #370

chore(deps-dev): bump eslint-plugin-json from 3.1.0 to 4.0.0

chore(deps-dev): bump eslint-plugin-json from 3.1.0 to 4.0.0 #370

Workflow file for this run

name: Run lint and build
on: [push]
jobs:
run:
name: Lint and build
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
with:
ref: master
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install npm 10
run: npm i -g npm@10
- run: node --version
- run: npm --version
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run build