Skip to content

build(deps): bump ip from 2.0.0 to 2.0.1 #1

build(deps): bump ip from 2.0.0 to 2.0.1

build(deps): bump ip from 2.0.0 to 2.0.1 #1

Workflow file for this run

name: "NodeJS Linter"
on:
pull_request:
branches: ['*']
jobs:
linter:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install, build, and test
run: |
npm ci
npm run lint
env:
CI: true