Skip to content

build(deps-dev): bump glob from 10.4.2 to 11.0.1 in the dev-dependencies-glob group #869

build(deps-dev): bump glob from 10.4.2 to 11.0.1 in the dev-dependencies-glob group

build(deps-dev): bump glob from 10.4.2 to 11.0.1 in the dev-dependencies-glob group #869

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@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: |
npm install
- name: npm lint
run: |
npm run lint