Skip to content

Bump ip from 1.1.5 to 1.1.9 #87

Bump ip from 1.1.5 to 1.1.9

Bump ip from 1.1.5 to 1.1.9 #87

Workflow file for this run

name: Node CI
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: npm install and lint
run: |
npm ci
npm run lint
env:
CI: true