Skip to content

Bump lint-staged from 13.0.3 to 15.2.0 #2297

Bump lint-staged from 13.0.3 to 15.2.0

Bump lint-staged from 13.0.3 to 15.2.0 #2297

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run prod_build --if-present