Skip to content

build(deps): bump semver from 6.3.0 to 6.3.1 (#136) #44

build(deps): bump semver from 6.3.0 to 6.3.1 (#136)

build(deps): bump semver from 6.3.0 to 6.3.1 (#136) #44

Workflow file for this run

name: eslint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: rm package.json && rm package-lock.json
- run: npm install eslint@8.26.0 eslint-config-airbnb-base@15.0.0 eslint-plugin-import@2.26.0 chai@4.3.6
- run: ./node_modules/eslint/bin/eslint.js lib/ test/