Skip to content

chore(deps-dev): bump braces in the npm_and_yarn group (#1085) #1686

chore(deps-dev): bump braces in the npm_and_yarn group (#1085)

chore(deps-dev): bump braces in the npm_and_yarn group (#1085) #1686

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [16]
env:
NODE_ENV: test
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm ci
run: |
npm ci
- name: npm lint
run: |
npm run lint