Skip to content

build(deps-dev): bump semver from 5.7.1 to 5.7.2 #43

build(deps-dev): bump semver from 5.7.1 to 5.7.2

build(deps-dev): bump semver from 5.7.1 to 5.7.2 #43

Workflow file for this run

name: linting
on:
push:
paths:
- "**.js"
- package.json
- package-lock.json
branches: ['main']
pull_request:
paths:
- "**.js"
- package.json
- package-lock.json
branches: ['main']
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
- uses: actions/cache@v3
with:
path: ~/.pkg-cache/
key: ubuntu-latest-18.x
- run: npm install
- run: npm run lint